aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellMgr.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-24 12:23:48 -0600
committermegamage <none@none>2008-12-24 12:23:48 -0600
commit8c6b82f448f08afb6dc0a0216f751d686ddc08cb (patch)
treef005162b37cc68f866c06ea775e64e7ef160ffba /src/game/SpellMgr.cpp
parentf511dc2c12f37538d057beb2d945a20c76f1a464 (diff)
parent4a917033c5da12c838d47bff6798434a1698655a (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 7b18e595044..52006dfb3cc 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: