mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user