mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/SmartScripts: Add missing break, 5f43e7b follow-up.
This commit is contained in:
@@ -3008,6 +3008,7 @@ void SmartScript::ProcessEvent(SmartScriptHolder& e, Unit* unit, uint32 var0, ui
|
||||
{
|
||||
if (bvar == (e.event.charm.onRemove != 1))
|
||||
ProcessAction(e, unit, var0, var1, bvar, spell, gob);
|
||||
break;
|
||||
}
|
||||
//no params
|
||||
case SMART_EVENT_AGGRO:
|
||||
|
||||
Reference in New Issue
Block a user