Add MySQL query category

This commit is contained in:
Akkadius 2015-01-19 23:52:11 -06:00
parent 45560f6654
commit f239b113b9

View File

@ -75,6 +75,7 @@ namespace Logs{
World_Server, World_Server,
Zone_Server, Zone_Server,
MySQLError, MySQLError,
MySQLQuery,
MaxCategoryID /* Don't Remove this*/ MaxCategoryID /* Don't Remove this*/
}; };
@ -116,6 +117,7 @@ namespace Logs{
"World Server", "World Server",
"Zone Server", "Zone Server",
"MySQL Error", "MySQL Error",
"MySQL Query",
}; };
} }