diff options
| author | megamage <none@none> | 2009-05-23 01:43:46 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-23 01:43:46 -0500 |
| commit | ec24442af402d7ace4e74bb9ce5e36db89656f79 (patch) | |
| tree | 62ac885dc8336d7ab8b6db3316ba133592cde2fa /src/game/SpellMgr.cpp | |
| parent | a417e71e15b88f39f53c80d84031bffde95971a2 (diff) | |
*Fix rock shards spell for archavon script.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
| -rw-r--r-- | src/game/SpellMgr.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index c09bec5d013..2737cbef54b 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3161,6 +3161,10 @@ void SpellMgr::LoadSpellCustomAttr() case TARGET_TYPE_DEST_TARGET: spellInfo->Targets |= TARGET_FLAG_UNIT; break; + //case TARGET_TYPE_AREA_DST: + //case TARGET_TYPE_DEST_DEST: + // spellInfo->Targets |= TARGET_FLAG_DEST_LOCATION; + // break; } } |
