mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 23:56:35 +00:00
[Logging] Add detailed zoning logging (#3555)
* WIP: Add zoning logging * Update zoning.cpp
This commit is contained in:
@@ -138,6 +138,7 @@ namespace Logs {
|
||||
QuestErrors,
|
||||
PlayerEvents,
|
||||
DataBuckets,
|
||||
Zoning,
|
||||
MaxCategoryID /* Don't Remove this */
|
||||
};
|
||||
|
||||
@@ -235,6 +236,7 @@ namespace Logs {
|
||||
"QuestErrors",
|
||||
"PlayerEvents",
|
||||
"DataBuckets",
|
||||
"Zoning",
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user