Core/Spells: Updated silence flags for 9.0 and rename unit flag to its new meaning
Port From (https://github.com/TrinityCore/TrinityCore/commit/3400c5a52c8ea35e56d57326f904dc0127c33048)
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Framework.Constants
|
||||
Looting = 0x400,
|
||||
PetInCombat = 0x800,
|
||||
PvpEnabling = 0x1000,
|
||||
Silenced = 0x2000,
|
||||
ForceNameplate = 0x2000,
|
||||
CantSwim = 0x4000,
|
||||
CanSwim = 0x8000, // shows swim animation in water
|
||||
NonAttackable2 = 0x10000,
|
||||
@@ -71,7 +71,7 @@ namespace Framework.Constants
|
||||
Disallowed = (ServerControlled | NonAttackable | RemoveClientControl |
|
||||
PlayerControlled | Rename | Preparation | /* UNIT_FLAG_UNK_6 | */
|
||||
NotAttackable1 | Looting | PetInCombat | PvpEnabling |
|
||||
Silenced | NonAttackable2 | Pacified | Stunned |
|
||||
NonAttackable2 | Pacified | Stunned |
|
||||
InCombat | OnTaxi | Disarmed | Confused | Fleeing |
|
||||
Possessed | Skinnable | Mount | Unk28 |
|
||||
PreventEmotesFromChatText | Sheathe | Immune),
|
||||
|
||||
Reference in New Issue
Block a user