feat: add Player:GetXP() (#77)
This commit is contained in:
@@ -507,6 +507,7 @@ ElunaRegister<Player> PlayerMethods[] =
|
||||
{ "GetDrunkValue", &LuaPlayer::GetDrunkValue },
|
||||
{ "GetBattlegroundId", &LuaPlayer::GetBattlegroundId },
|
||||
{ "GetBattlegroundTypeId", &LuaPlayer::GetBattlegroundTypeId },
|
||||
{ "GetXP", &LuaPlayer::GetXP },
|
||||
{ "GetXPRestBonus", &LuaPlayer::GetXPRestBonus },
|
||||
{ "GetGroupInvite", &LuaPlayer::GetGroupInvite },
|
||||
{ "GetSubGroup", &LuaPlayer::GetSubGroup },
|
||||
|
||||
Reference in New Issue
Block a user