diff options
author | megamage <none@none> | 2009-01-27 14:34:42 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-27 14:34:42 -0600 |
commit | ed6337550e8655e24ed078bbc288f7ac2b448f77 (patch) | |
tree | c2480fc810b6cc6993bce557967523bc6c56792f /src/game/SpellMgr.cpp | |
parent | 230767b40fb4dfde29448121fd65c17af6aaecf1 (diff) |
*Fix target priority of chain heal.
--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 258ab662d00..0892ddabeab 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -107,6 +107,7 @@ SpellMgr::SpellMgr() case TARGET_UNIT_TARGET_ENEMY: case TARGET_UNIT_TARGET_PARTY: case TARGET_UNIT_PARTY_TARGET: + case TARGET_UNIT_CHAINHEAL: SpellTargetType[i] = TARGET_TYPE_UNIT_TARGET; break; case TARGET_UNIT_CHANNEL: |