mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 07:37:01 +00:00
Implement 3 TARGET_RANDOM_FRIEND_CHAIN_IN_AREA target type
Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
8fabb0af17
commit
45263d1424
2 changed files with 68 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue