Add GetAttackDelay to lua's NPC API

This commit is contained in:
Michael Cook (mackal)
2016-01-06 15:48:10 -05:00
parent 17c45c8d36
commit 2f129da08a
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -111,6 +111,7 @@ public:
int GetSpellFocusHeal();
float GetSlowMitigation();
float GetAttackSpeed();
int GetAttackDelay();
int GetAccuracyRating();
int GetSpawnKillCount();
int GetScore();