Add scripting for NPCTintIndex

This commit is contained in:
Mitch Freeman
2025-04-23 23:13:26 -03:00
parent 780120036d
commit de44910d3b
3 changed files with 15 additions and 0 deletions
+2
View File
@@ -199,6 +199,8 @@ public:
void ReturnHandinItems(Lua_Client c);
Lua_Spawn GetSpawn(lua_State* L);
bool IsResumedFromZoneSuspend();
void SetNPCTintIndex(uint32 id);
};
#endif