diff options
author | megamage <none@none> | 2008-12-24 10:57:04 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-24 10:57:04 -0600 |
commit | 253f4bf374ccaa83d20a7ff58e31b37300f4a26e (patch) | |
tree | 32ad2585c67269500c961af90f5d561570331b50 /src/game/SpellMgr.cpp | |
parent | c81299e6536e249ca05eebf100f3f350522da7da (diff) |
*Fix the bug that many talents lose one point.
--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: |