*Fix rock shards spell for archavon script.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-23 01:43:46 -05:00
parent a417e71e15
commit ec24442af4
4 changed files with 30 additions and 1 deletions

View File

@@ -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;
}
}