[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
+3
View File
@@ -552,6 +552,9 @@ public:
void ScaleNPC(uint8 npc_level, bool always_scale = false, bool override_special_abilities = false);
uint32 GetNPCTintIndex() { return m_npc_tint_id; }
void SetNPCTintIndex(uint32 index);
void RecalculateSkills();
void ReloadSpells();