feat: Adding SetSpellPower for Player (#162)

This commit is contained in:
V
2024-01-28 13:51:51 +01:00
committed by GitHub
parent fe1b709c18
commit d3638cd99d
2 changed files with 16 additions and 0 deletions

View File

@@ -571,6 +571,7 @@ ElunaRegister<Player> PlayerMethods[] =
{ "SetRankPoints", &LuaPlayer::SetRankPoints },
{ "SetHonorLastWeekStandingPos", &LuaPlayer::SetHonorLastWeekStandingPos },
#endif
{ "SetSpellPower", &LuaPlayer::SetSpellPower },
{ "SetLifetimeKills", &LuaPlayer::SetLifetimeKills },
{ "SetGameMaster", &LuaPlayer::SetGameMaster },
{ "SetGMChat", &LuaPlayer::SetGMChat },