Add IsTaunting() to Perl/Lua.

This commit is contained in:
Alex
2020-05-14 23:55:55 -04:00
parent 5f0d3e9026
commit ee55755c85
3 changed files with 32 additions and 0 deletions
+1
View File
@@ -73,6 +73,7 @@ public:
void SetPetSpellID(int id);
uint32 GetMaxDamage(int level);
void SetTaunting(bool t);
bool IsTaunting();
void PickPocket(Lua_Client thief);
void StartSwarmTimer(uint32 duration);
void DoClassAttacks(Lua_Mob target);