[9269] Second attempt to add missing break for SPELL_EFFECT_SUMMON

(earlier accepted patch by daveh never pushed to master)

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
laise 2010-01-30 14:40:13 +01:00 committed by NoFantasy
parent 76748cb75a
commit a1a0c6edbe
2 changed files with 3 additions and 1 deletions

View file

@ -4750,6 +4750,8 @@ SpellCastResult Spell::CheckCast(bool strict)
return SPELL_FAILED_ALREADY_HAVE_CHARM;
}
}
break;
}
// Not used for summon?
case SPELL_EFFECT_SUMMON_PHANTASM: