Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update LuaFunctions.cpp
Browse files Browse the repository at this point in the history
iThorgrim authored Jan 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 78c7b62 commit dc2f7c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LuaEngine/LuaFunctions.cpp
Original file line number Diff line number Diff line change
@@ -522,6 +522,7 @@ ElunaRegister<Player> PlayerMethods[] =
{ "GetTrader", &LuaPlayer::GetTrader },

// Setters
{"HandleStatModifier", &LuaUnit::HandleStatModifier},
{ "AdvanceSkillsToMax", &LuaPlayer::AdvanceSkillsToMax },
{ "AdvanceSkill", &LuaPlayer::AdvanceSkill },
{ "AdvanceAllSkills", &LuaPlayer::AdvanceAllSkills },

0 comments on commit dc2f7c5

Please sign in to comment.