Add logging for flee

This commit is contained in:
Akkadius
2020-01-03 17:23:51 -06:00
parent 3a10131a00
commit 9dda9098a0
4 changed files with 69 additions and 29 deletions
+2
View File
@@ -112,6 +112,7 @@ namespace Logs {
AICastBeneficialClose,
AoeCast,
EntityManagement,
Flee,
MaxCategoryID /* Don't Remove this */
};
@@ -183,6 +184,7 @@ namespace Logs {
"AI Cast Beneficial Close",
"AOE Cast",
"Entity Management",
"Flee",
};
}