mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Add MySQL query category
This commit is contained in:
@@ -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",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user