mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 00:01:28 +00:00
Add MySQL query category
This commit is contained in:
parent
45560f6654
commit
f239b113b9
@ -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",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user