Convert MySQL Error logging to EQEmuLogSys and create MySQL Error category

This commit is contained in:
Akkadius
2015-01-19 05:58:03 -06:00
parent acb677a4ba
commit 99dc83a9fd
2 changed files with 4 additions and 5 deletions
+2
View File
@@ -74,6 +74,7 @@ namespace Logs{
WebInterface_Server,
World_Server,
Zone_Server,
MySQLError,
MaxCategoryID /* Don't Remove this*/
};
@@ -114,6 +115,7 @@ namespace Logs{
"WebInterface Server",
"World Server",
"Zone Server",
"MySQL Error",
};
}