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

This commit is contained in:
treeston
2016-09-02 23:51:46 +02:00
parent e9eacae7b2
commit a4623efaa6

View File

@@ -2998,6 +2998,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: