Skip to content

Commit

Permalink
Update luascript.h
Browse files Browse the repository at this point in the history
Add isRewardBoss to luascript.
  • Loading branch information
LuanGP authored Jan 7, 2025
1 parent f4b1a93 commit 5ea48c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/luascript.h
Original file line number Diff line number Diff line change
Expand Up @@ -1423,6 +1423,7 @@ class LuaScriptInterface
static int luaMonsterTypeCreate(lua_State* L);

static int luaMonsterTypeIsAttackable(lua_State* L);
static int luaMonsterTypeIsRewardBoss(lua_State* L);
static int luaMonsterTypeIsChallengeable(lua_State* L);
static int luaMonsterTypeIsConvinceable(lua_State* L);
static int luaMonsterTypeIsSummonable(lua_State* L);
Expand Down

0 comments on commit 5ea48c4

Please sign in to comment.