mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[7678] Implement spell target mode 7 and cleanup target mode 17.
This commit is contained in:
parent
650be82030
commit
09c32b5429
6 changed files with 34 additions and 18 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue