Skip to content

Commit

Permalink
fix: extern method from cpp to lua
Browse files Browse the repository at this point in the history
  • Loading branch information
phacUFPE committed Dec 15, 2024
1 parent 827913a commit 4a8f320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lua/functions/creatures/player/player_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ void PlayerFunctions::init(lua_State* L) {
Lua::registerMethod(L, "Player", "getWheelSpellAdditionalArea", PlayerFunctions::luaPlayerGetWheelSpellAdditionalArea);
Lua::registerMethod(L, "Player", "getWheelSpellAdditionalTarget", PlayerFunctions::luaPlayerGetWheelSpellAdditionalTarget);
Lua::registerMethod(L, "Player", "getWheelSpellAdditionalDuration", PlayerFunctions::luaPlayerGetWheelSpellAdditionalDuration);
Lua::registerMethod(L, "Player", "wheelUnlockScroll", PlayerFunctions::luaPlayerWheelUnlockScroll);

// Forge Functions
Lua::registerMethod(L, "Player", "openForge", PlayerFunctions::luaPlayerOpenForge);
Expand Down

0 comments on commit 4a8f320

Please sign in to comment.