Implement 3 TARGET_RANDOM_FRIEND_CHAIN_IN_AREA target type

Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
DiSlord 2009-01-26 21:58:51 +03:00
parent 8fabb0af17
commit 45263d1424
2 changed files with 68 additions and 0 deletions

View file

@ -797,6 +797,7 @@ enum Targets
{
TARGET_SELF = 1,
TARGET_RANDOM_ENEMY_CHAIN_IN_AREA = 2, // only one spell has that, but regardless, it's a target type after all
TARGET_RANDOM_FRIEND_CHAIN_IN_AREA = 3,
TARGET_PET = 5,
TARGET_CHAIN_DAMAGE = 6,
TARGET_AREAEFFECT_CUSTOM = 8,