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:
@@ -115,7 +115,7 @@ namespace Framework.Constants
|
|||||||
InfiniteAoi = 0x40000000,
|
InfiniteAoi = 0x40000000,
|
||||||
Unused13 = 0x80000000,
|
Unused13 = 0x80000000,
|
||||||
|
|
||||||
Disallowed = (FeignDeath | IgnoreReputation | ComprehendLang |
|
Disallowed = (/*FeignDeath |*/ IgnoreReputation | ComprehendLang |
|
||||||
MirrorImage | ForceMovement | DisarmOffhand |
|
MirrorImage | ForceMovement | DisarmOffhand |
|
||||||
DisablePredStats | AllowChangingTalents | DisarmRanged |
|
DisablePredStats | AllowChangingTalents | DisarmRanged |
|
||||||
/* UNIT_FLAG2_REGENERATE_POWER | */ RestrictPartyInteraction | CannotTurn |
|
/* UNIT_FLAG2_REGENERATE_POWER | */ RestrictPartyInteraction | CannotTurn |
|
||||||
@@ -166,7 +166,7 @@ namespace Framework.Constants
|
|||||||
Disallowed = (Unk0 | /* UnconsciousOnDeath | */ /* AllowMountedCombat | */ GarrisonPet |
|
Disallowed = (Unk0 | /* UnconsciousOnDeath | */ /* AllowMountedCombat | */ GarrisonPet |
|
||||||
/* UiCanGetPosition | */ /* AiObstacle | */ AlternativeDefaultLanguage | /* SuppressAllNpcFeedback | */
|
/* UiCanGetPosition | */ /* AiObstacle | */ AlternativeDefaultLanguage | /* SuppressAllNpcFeedback | */
|
||||||
IgnoreCombat | SuppressNpcFeedback | Unk10 | Unk11 |
|
IgnoreCombat | SuppressNpcFeedback | Unk10 | Unk11 |
|
||||||
Unk12 | FakeDead | /* NoFacingOnInteractAndFastFacingChase | */ /* UntargetableFromUi | */
|
Unk12 | /*FakeDead |*/ /* NoFacingOnInteractAndFastFacingChase | */ /* UntargetableFromUi | */
|
||||||
/* NoFacingOnInteractWhileFakeDead | */ AlreadySkinned | /* SuppressAllNpcSounds | */ /* SuppressNpcSounds | */
|
/* NoFacingOnInteractWhileFakeDead | */ AlreadySkinned | /* SuppressAllNpcSounds | */ /* SuppressNpcSounds | */
|
||||||
AllowInteractionWhileInCombat | Unk21 | /* DontFadeOut | */ Unk23 |
|
AllowInteractionWhileInCombat | Unk21 | /* DontFadeOut | */ Unk23 |
|
||||||
ForceHideNameplate | Unk25 | Unk26 | Unk27 |
|
ForceHideNameplate | Unk25 | Unk26 | Unk27 |
|
||||||
|
|||||||
Reference in New Issue
Block a user