[Quest API] Add GetNPCTintIndex() to Perl/Lua (#4983)

This commit is contained in:
Alex King
2025-08-16 21:34:39 -04:00
committed by GitHub
parent d475428157
commit e13b133ac8
5 changed files with 34 additions and 4 deletions
+1
View File
@@ -200,6 +200,7 @@ public:
Lua_Spawn GetSpawn(lua_State* L);
bool IsResumedFromZoneSuspend();
void SetNPCTintIndex(uint32 id);
uint32 GetNPCTintIndex();
};