Core/SAI: Added a missing break.

This commit is contained in:
Subv
2012-10-08 18:33:17 -05:00
parent a3aebf7790
commit 0620d22491

View File

@@ -2822,6 +2822,7 @@ void SmartScript::InitTimer(SmartScriptHolder& e)
case SMART_EVENT_UPDATE_IC:
case SMART_EVENT_UPDATE_OOC:
RecalcTimer(e, e.event.minMaxRepeat.min, e.event.minMaxRepeat.max);
break;
case SMART_EVENT_IC_LOS:
case SMART_EVENT_OOC_LOS:
RecalcTimer(e, e.event.los.cooldownMin, e.event.los.cooldownMax);