diff options
author | megamage <none@none> | 2009-03-05 15:24:09 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-05 15:24:09 -0600 |
commit | 635faad2bccb05397380737c26d61d71e1a8bcfb (patch) | |
tree | 4d7bef1e2eff681aaff35086fe2ca6f18971f113 /src/game/SpellMgr.cpp | |
parent | ae55745f2a10078d8361c452b2d97661cea73eb2 (diff) | |
parent | 769c835f266c6e94e878d6e2db0118df1fa7b450 (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 1 |
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; |