Core/SmartScripts: Add missing break, 5f43e7b follow-up.

This commit is contained in:
treeston
2016-09-02 23:51:46 +02:00
committed by Aokromes
parent 9da4e304ae
commit 2fbb01eebd

View File

@@ -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: