mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-11-29 15:56:50 +01:00
finish rookgard addon quests and fix stages for rookslayers
This commit is contained in:
@@ -882,6 +882,11 @@ class LuaScriptInterface
|
||||
|
||||
static int luaPlayerGetParty(lua_State* L);
|
||||
|
||||
static int luaPlayerAddOutfit(lua_State* L);
|
||||
static int luaPlayerAddOutfitAddon(lua_State* L);
|
||||
static int luaPlayerRemoveOutfit(lua_State* L);
|
||||
static int luaPlayerRemoveOutfitAddon(lua_State* L);
|
||||
static int luaPlayerHasOutfit(lua_State* L);
|
||||
static int luaPlayerSendOutfitWindow(lua_State* L);
|
||||
|
||||
static int luaPlayerGetPremiumDays(lua_State* L);
|
||||
|
||||
Reference in New Issue
Block a user