Add rule Aggro:NPCAggroMaxDistanceEnabled - enabled by default

If enabled, NPC's will drop aggro beyond 600 units or what is defined at the zone level
This commit is contained in:
Akkadius
2018-05-25 22:41:46 -05:00
parent add0c4de47
commit 05ae8c8219
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -1453,7 +1453,7 @@ protected:
void AddItemFactionBonus(uint32 pFactionID,int32 bonus);
int32 GetItemFactionBonus(uint32 pFactionID);
void ClearItemFactionBonuses();
Timer mHateListCleanup;
Timer hate_list_cleanup_timer;
bool flee_mode;
Timer flee_timer;