Fix annoying aura crash that has been around for a year and a half, add aura logging, utilize close lists

This commit is contained in:
Akkadius
2020-01-19 21:57:28 -06:00
parent 6c91786cfb
commit 6f73278cf8
7 changed files with 471 additions and 244 deletions
+2
View File
@@ -503,6 +503,8 @@ Mob::~Mob()
UninitializeBuffSlots();
entity_list.RemoveMobFromCloseLists(this);
entity_list.RemoveAuraFromMobs(this);
close_mobs.clear();
#ifdef BOTS