[Quest API] (Performance) Check event exists before export and execute EVENT_GROUP_CHANGE (#2884)

* [Quest API] Optionally parse EVENT_GROUP_CHANGE

# Notes
- Optionally parse this event instead of always doing so.

* Update embparser.cpp
This commit is contained in:
Alex King
2023-02-12 22:56:25 -05:00
committed by GitHub
parent f9a87e26c9
commit 0e51131d67
2 changed files with 13 additions and 11 deletions
-1
View File
@@ -1746,7 +1746,6 @@ void PerlembParser::ExportEventVariables(
break;
}
case EVENT_SPELL_EFFECT_BUFF_TIC_BOT:
case EVENT_SPELL_EFFECT_BUFF_TIC_CLIENT:
case EVENT_SPELL_EFFECT_BUFF_TIC_NPC: