[6996] Fixed 56 target mode work for 3.0.3. This fix for example warrior spell 6673 and ranks.

This commit is contained in:
VladimirMangos 2009-01-01 16:27:29 +03:00
parent 896b10e39a
commit f6bd9ef67a
4 changed files with 10 additions and 12 deletions

View file

@ -829,7 +829,7 @@ enum Targets
TARGET_SUMMON = 48,
TARGET_AREAEFFECT_CUSTOM_2 = 52,
TARGET_CURRENT_ENEMY_COORDINATES = 53, // set unit coordinates as dest, only 16 target B imlemented
TARGET_RANDOM_RAID_MEMBER = 56,
TARGET_ALL_RAID_AROUND_CASTER = 56,
TARGET_SINGLE_FRIEND_2 = 57,
TARGET_AREAEFFECT_PARTY_AND_CLASS = 61,
TARGET_DUELVSPLAYER_COORDINATES = 63,