Core/Unit: Allow UNIT_FLAG2_FEIGN_DEATH and UNIT_FLAG3_FAKE_DEAD setting in db

Port From (https://github.com/TrinityCore/TrinityCore/commit/1b4c324fe1946ad1b595e947ba43e71341adad15)
This commit is contained in:
Hondacrx
2024-11-09 23:30:09 -05:00
parent 242b6a8f5b
commit 4fd0430eb0
+2 -2
View File
@@ -115,7 +115,7 @@ namespace Framework.Constants
InfiniteAoi = 0x40000000,
Unused13 = 0x80000000,
Disallowed = (FeignDeath | IgnoreReputation | ComprehendLang |
Disallowed = (/*FeignDeath |*/ IgnoreReputation | ComprehendLang |
MirrorImage | ForceMovement | DisarmOffhand |
DisablePredStats | AllowChangingTalents | DisarmRanged |
/* UNIT_FLAG2_REGENERATE_POWER | */ RestrictPartyInteraction | CannotTurn |
@@ -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 |