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:
hondacrx
2023-03-13 02:36:50 -04:00
parent 1e8a62fb26
commit cd249ac67a
6 changed files with 19 additions and 10 deletions
+2 -2
View File
@@ -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),