Core/Units: Named new unit flag
Port From (https://github.com/TrinityCore/TrinityCore/commit/2fdd45c99039dd6dda032da4f924dded65ff6d2e)
This commit is contained in:
@@ -153,7 +153,7 @@ namespace Framework.Constants
|
|||||||
Unk21 = 0x200000,
|
Unk21 = 0x200000,
|
||||||
DontFadeOut = 0x400000,
|
DontFadeOut = 0x400000,
|
||||||
Unk23 = 0x800000,
|
Unk23 = 0x800000,
|
||||||
Unk24 = 0x1000000,
|
ForceHideNameplate = 0x1000000,
|
||||||
Unk25 = 0x2000000,
|
Unk25 = 0x2000000,
|
||||||
Unk26 = 0x4000000,
|
Unk26 = 0x4000000,
|
||||||
Unk27 = 0x8000000,
|
Unk27 = 0x8000000,
|
||||||
@@ -168,7 +168,7 @@ namespace Framework.Constants
|
|||||||
Unk12 | /* FakeDead | */ /* NoFacingOnInteractAndFastFacingChase | */ /* UntargetableFromUi | */
|
Unk12 | /* FakeDead | */ /* NoFacingOnInteractAndFastFacingChase | */ /* UntargetableFromUi | */
|
||||||
/* NoFacingOnInteractWhileFakeDead | */ AlreadySkinned | /* SuppressAllNpcSounds | */ /* SuppressNpcSounds | */
|
/* NoFacingOnInteractWhileFakeDead | */ AlreadySkinned | /* SuppressAllNpcSounds | */ /* SuppressNpcSounds | */
|
||||||
Unk20 | Unk21 | /* DontFadeOut | */ Unk23 |
|
Unk20 | Unk21 | /* DontFadeOut | */ Unk23 |
|
||||||
Unk24 | Unk25 | Unk26 | Unk27 |
|
ForceHideNameplate | Unk25 | Unk26 | Unk27 |
|
||||||
Unk28 | Unk29 | Unk30 | Unk31), // Skip
|
Unk28 | Unk29 | Unk30 | Unk31), // Skip
|
||||||
Allowed = (0xffffffff & ~Disallowed) // Skip
|
Allowed = (0xffffffff & ~Disallowed) // Skip
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user