mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
[Quest API] Add GetNPCTintIndex() to Perl/Lua (#4983)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user