Fix for extra_pointers in Encounter methods

This commit is contained in:
Russell Kinasz
2015-06-02 15:21:27 -07:00
parent 2c6fd44811
commit 6ff06ded43
3 changed files with 25 additions and 1 deletions
+2
View File
@@ -216,6 +216,8 @@ LuaParser::LuaParser() {
SpellArgumentDispatch[EVENT_SPELL_EFFECT_TRANSLOCATE_COMPLETE] = handle_translocate_finish;
EncounterArgumentDispatch[EVENT_TIMER] = handle_encounter_timer;
EncounterArgumentDispatch[EVENT_ENCOUNTER_LOAD] = handle_encounter_load;
EncounterArgumentDispatch[EVENT_ENCOUNTER_UNLOAD] = handle_encounter_unload;
L = nullptr;
}