Core/Spell: Add missing break.

This commit is contained in:
Gacko
2012-12-21 14:14:58 +01:00
parent 410586cf43
commit a8b145348a

View File

@@ -5608,6 +5608,8 @@ bool Unit::HandleDummyAuraProc(Unit* victim, uint32 damage, AuraEffect* triggere
if (!ok)
return false;
break;
}
// Essence of the Blood Queen
case 70871: