diff options
author | megamage <none@none> | 2008-12-24 11:20:23 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-24 11:20:23 -0600 |
commit | 24a5af843f55a5632ecafef6b4fafc114b60b3a7 (patch) | |
tree | 0ab55bb888b09f2393b948b18a15987d0800b836 /src/game/SpellMgr.cpp | |
parent | 184b82abccfff95b18bed81ded1b5a7e98d2dbd3 (diff) | |
parent | 4a917033c5da12c838d47bff6798434a1698655a (diff) |
*Backout the patch committed by mistake.
--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 432682d618e..705a69ea2a4 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -81,6 +81,7 @@ SpellMgr::SpellMgr() case TARGET_UNIT_MASTER: case TARGET_UNIT_PET: case TARGET_UNIT_PARTY_CASTER: + case TARGET_UNIT_RAID: SpellTargetType[i] = TARGET_TYPE_UNIT_CASTER; break; case TARGET_UNIT_MINIPET: |