Lua packet handler dispatch

This commit is contained in:
KimLS
2013-07-13 13:53:41 -07:00
parent 485fc2b2b7
commit d472c05f5d
10 changed files with 70 additions and 32 deletions
+2 -1
View File
@@ -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) {