event_death_complete

This commit is contained in:
KimLS
2013-06-27 15:07:28 -07:00
parent 945cc2117f
commit f46f7bd528
5 changed files with 23 additions and 3 deletions
+2 -1
View File
@@ -110,7 +110,8 @@ const char *QuestEventSubroutines[_LargestEventID] = {
"EVENT_AUGMENT_REMOVE",
"EVENT_ENTER_AREA",
"EVENT_LEAVE_AREA",
"EVENT_RESPAWN"
"EVENT_RESPAWN",
"EVENT_DEATH_COMPLETE"
};
PerlembParser::PerlembParser() : perl(nullptr), event_queue_in_use_(false) {