Skip to content

Commit

Permalink
Update LuaFunctions.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
iThorgrim authored Jan 28, 2024
1 parent c083966 commit 6283a67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LuaEngine/LuaFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ ElunaRegister<Player> PlayerMethods[] =
{ "GetTrader", &LuaPlayer::GetTrader },

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

0 comments on commit 6283a67

Please sign in to comment.