diff options
| author | megamage <none@none> | 2008-12-23 20:01:05 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-12-23 20:01:05 -0600 |
| commit | afc598bde2dff64a17a4b82f6e3b87d83a9a28da (patch) | |
| tree | faa0384d7f23cde474a5c646673fd4c200ba8e1f /src/game/SpellMgr.cpp | |
| parent | 5154f51633571460924f161940d18a23c8dfb1ee (diff) | |
*Spell target selection update.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
| -rw-r--r-- | src/game/SpellMgr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 48f63763911..88fe7cdb4d8 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -88,6 +88,8 @@ SpellMgr::SpellMgr() case TARGET_UNIT_TARGET_ANY: case TARGET_UNIT_SINGLE_UNKNOWN: case TARGET_UNIT_TARGET_ENEMY: + case TARGET_UNIT_TARGET_PARTY: + case TARGET_UNIT_PARTY_TARGET: SpellTargetType[i] = TARGET_TYPE_UNIT_TARGET; break; case TARGET_UNIT_CHANNEL: |
