[7678] Implement spell target mode 7 and cleanup target mode 17.

This commit is contained in:
VladimirMangos 2009-04-17 13:36:29 +04:00
parent 650be82030
commit 09c32b5429
6 changed files with 34 additions and 18 deletions

View file

@ -988,6 +988,7 @@ enum Targets
TARGET_RANDOM_FRIEND_CHAIN_IN_AREA = 3,
TARGET_PET = 5,
TARGET_CHAIN_DAMAGE = 6,
TARGET_AREAEFFECT_INSTANT = 7, // targets around provided destination point
TARGET_AREAEFFECT_CUSTOM = 8,
TARGET_INNKEEPER_COORDINATES = 9, // uses in teleport to innkeeper spells
TARGET_ALL_ENEMY_IN_AREA = 15,