Core/Units: Set UNIT_FLAG3_FAKE_DEAD as disallowed flag for database column

Port From (https://github.com/TrinityCore/TrinityCore/commit/a5a2f5af2ddd1ea7166d3e1ee177534fbfbeef3f)
This commit is contained in:
hondacrx
2024-03-05 18:18:06 -05:00
parent e646b8008d
commit f208e62e91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ namespace Framework.Constants
Disallowed = (Unk0 | /* UnconsciousOnDeath | */ /* AllowMountedCombat | */ GarrisonPet |
/* UiCanGetPosition | */ /* AiObstacle | */ AlternativeDefaultLanguage | /* SuppressAllNpcFeedback | */
IgnoreCombat | SuppressNpcFeedback | Unk10 | Unk11 |
Unk12 | /* FakeDead | */ /* NoFacingOnInteractAndFastFacingChase | */ /* UntargetableFromUi | */
Unk12 | FakeDead | /* NoFacingOnInteractAndFastFacingChase | */ /* UntargetableFromUi | */
/* NoFacingOnInteractWhileFakeDead | */ AlreadySkinned | /* SuppressAllNpcSounds | */ /* SuppressNpcSounds | */
AllowInteractionWhileInCombat | Unk21 | /* DontFadeOut | */ Unk23 |
ForceHideNameplate | Unk25 | Unk26 | Unk27 |