Skip to content

Commit

Permalink
Update PlayerMethods.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Niam5 committed Aug 9, 2024
1 parent 878c466 commit ff22eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion methods/TrinityCore/PlayerMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -3961,7 +3961,7 @@ namespace LuaPlayer
{ "AdvanceSkillsToMax", &LuaPlayer::AdvanceSkillsToMax },
{ "AdvanceSkill", &LuaPlayer::AdvanceSkill },
{ "AdvanceAllSkills", &LuaPlayer::AdvanceAllSkills },
{ "AddLifetimeKills", &LuaPlayer::AddLifetimeKills }
{ "AddLifetimeKills", &LuaPlayer::AddLifetimeKills },
{ "SetArenaPoints", &LuaPlayer::SetArenaPoints },
{ "SetHonorPoints", &LuaPlayer::SetHonorPoints },
{ "SetLifetimeKills", &LuaPlayer::SetLifetimeKills },
Expand Down

0 comments on commit ff22eac

Please sign in to comment.