From ec24442af402d7ace4e74bb9ce5e36db89656f79 Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 23 May 2009 01:43:46 -0500 Subject: *Fix rock shards spell for archavon script. --HG-- branch : trunk --- src/game/SpellMgr.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/game/SpellMgr.cpp') 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; } } -- cgit v1.2.3