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
@@ -113,6 +113,7 @@ namespace Logs {
AoeCast,
EntityManagement,
Flee,
Aura,
MaxCategoryID /* Don't Remove this */
};
@@ -185,6 +186,7 @@ namespace Logs {
"AOE Cast",
"Entity Management",
"Flee",
"Aura",
};
}