[Quests] Improve Quest Error Handling (#2635)

* Improve Quest Error handling

* Update embperl.cpp

* Bench test (temp)

* Swap log category for benchmark

* Swap external process invocation for native Perl eval throw
This commit is contained in:
Chris Miles
2022-12-12 19:21:33 -06:00
committed by GitHub
parent ae4908b40c
commit c3cb0b8cdf
5 changed files with 42 additions and 19 deletions
+3 -1
View File
@@ -136,6 +136,7 @@ namespace Logs {
PacketClientServer,
PacketServerToServer,
Bugs,
QuestErrors,
MaxCategoryID /* Don't Remove this */
};
@@ -229,7 +230,8 @@ namespace Logs {
"Packet-S->C",
"Packet-C->S",
"Packet-S->S",
"Bugs"
"Bugs",
"QuestErrors"
};
}