Core/Units: Named new unit flag

Port From (https://github.com/TrinityCore/TrinityCore/commit/2fdd45c99039dd6dda032da4f924dded65ff6d2e)
This commit is contained in:
hondacrx
2023-01-24 23:17:50 -05:00
parent c2ab67c6d2
commit b84ca5dc20
+2 -2
View File
@@ -153,7 +153,7 @@ namespace Framework.Constants
Unk21 = 0x200000,
DontFadeOut = 0x400000,
Unk23 = 0x800000,
Unk24 = 0x1000000,
ForceHideNameplate = 0x1000000,
Unk25 = 0x2000000,
Unk26 = 0x4000000,
Unk27 = 0x8000000,
@@ -168,7 +168,7 @@ namespace Framework.Constants
Unk12 | /* FakeDead | */ /* NoFacingOnInteractAndFastFacingChase | */ /* UntargetableFromUi | */
/* NoFacingOnInteractWhileFakeDead | */ AlreadySkinned | /* SuppressAllNpcSounds | */ /* SuppressNpcSounds | */
Unk20 | Unk21 | /* DontFadeOut | */ Unk23 |
Unk24 | Unk25 | Unk26 | Unk27 |
ForceHideNameplate | Unk25 | Unk26 | Unk27 |
Unk28 | Unk29 | Unk30 | Unk31), // Skip
Allowed = (0xffffffff & ~Disallowed) // Skip
}