[Player Events] Add logging category to hold processing batch logs (#2954)

* [Player Events] Add logging category to hold processing batch logs

* Update player_event_logs.cpp
This commit is contained in:
Chris Miles
2023-02-18 05:41:14 -06:00
committed by GitHub
parent 999fe10d86
commit b5a2713a3a
3 changed files with 14 additions and 2 deletions
+3 -1
View File
@@ -136,6 +136,7 @@ namespace Logs {
PacketServerToServer,
Bugs,
QuestErrors,
PlayerEvents,
MaxCategoryID /* Don't Remove this */
};
@@ -230,7 +231,8 @@ namespace Logs {
"Packet C->S",
"Packet S->S",
"Bugs",
"QuestErrors"
"QuestErrors",
"PlayerEvents",
};
}