From 769c835f266c6e94e878d6e2db0118df1fa7b450 Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 5 Mar 2009 15:16:13 -0600 Subject: *Do not allow mage to cast multiple polymorph on different targets. --HG-- branch : trunk --- src/game/SpellMgr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 6ab141bba90..c01b3c69ca3 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -751,6 +751,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; -- cgit v1.2.3