aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellMgr.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-05 15:24:09 -0600
committermegamage <none@none>2009-03-05 15:24:09 -0600
commit635faad2bccb05397380737c26d61d71e1a8bcfb (patch)
tree4d7bef1e2eff681aaff35086fe2ca6f18971f113 /src/game/SpellMgr.cpp
parentae55745f2a10078d8361c452b2d97661cea73eb2 (diff)
parent769c835f266c6e94e878d6e2db0118df1fa7b450 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r--src/game/SpellMgr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index fa0eecfa629..9bd7c31e951 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -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;