Add a timer to rate limit the hatelist check

This commit is contained in:
Michael Cook (mackal)
2018-01-18 15:54:53 -05:00
parent d8bbb428d8
commit e7ce79261d
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -1419,6 +1419,7 @@ protected:
void AddItemFactionBonus(uint32 pFactionID,int32 bonus);
int32 GetItemFactionBonus(uint32 pFactionID);
void ClearItemFactionBonuses();
Timer mHateListCleanup;
void CalculateFearPosition();