mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Lua packet handler dispatch
This commit is contained in:
+2
-1
@@ -111,7 +111,8 @@ const char *QuestEventSubroutines[_LargestEventID] = {
|
||||
"EVENT_ENTER_AREA",
|
||||
"EVENT_LEAVE_AREA",
|
||||
"EVENT_RESPAWN",
|
||||
"EVENT_DEATH_COMPLETE"
|
||||
"EVENT_DEATH_COMPLETE",
|
||||
"EVENT_UNHANDLED_OPCODE"
|
||||
};
|
||||
|
||||
PerlembParser::PerlembParser() : perl(nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user