mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Implemented target type (50) which excludes players pets from target AE's.
This commit is contained in:
@@ -135,6 +135,9 @@ typedef enum {
|
||||
/* 45 */ ST_Ring = 0x2d,
|
||||
/* 46 */ ST_TargetsTarget = 0x2e, // uses the target of your target
|
||||
/* 47 */ ST_PetMaster = 0x2f, // uses the master as target
|
||||
/* 48 */ // UNKNOWN
|
||||
/* 49 */ // NOT USED
|
||||
/* 50 */ ST_TargetAENoPlayersPets = 0x32,
|
||||
} SpellTargetType;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user