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:
Trevius
2015-01-25 12:31:07 -06:00
parent 966acb25b3
commit fc5266e115
11 changed files with 61 additions and 115 deletions
+2
View File
@@ -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",
};
}