mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-07 00:56:58 +00:00
Added Logs::Mercenaries to the new Logging System. Logging of Mercenary information is off by default with the required SQL.
This commit is contained in:
@@ -76,6 +76,7 @@ namespace Logs{
|
||||
Zone_Server,
|
||||
MySQLError,
|
||||
MySQLQuery,
|
||||
Mercenaries,
|
||||
MaxCategoryID /* Don't Remove this*/
|
||||
};
|
||||
|
||||
@@ -118,6 +119,7 @@ namespace Logs{
|
||||
"Zone Server",
|
||||
"MySQL Error",
|
||||
"MySQL Query",
|
||||
"Mercenaries",
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user