--HG--
branch : trunk
This commit is contained in:
megamage
2009-03-05 15:24:09 -06:00
7 changed files with 28 additions and 9 deletions

View File

@@ -733,6 +733,7 @@ bool IsSingleTargetSpells(SpellEntry const *spellInfo1, SpellEntry const *spellI
switch(spec1)
{
case SPELL_JUDGEMENT:
case SPELL_MAGE_POLYMORPH:
if(GetSpellSpecific(spellInfo2->Id) == spec1)
return true;
break;