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
@@ -5473,7 +5473,7 @@ namespace Game.Entities
// not unfriendly/hostile
if (!creature.IsInteractionAllowedWhileHostile() && creature.GetReactionTo(this) <= ReputationRank.Unfriendly)
return nullptr;
return null;
if (creature.IsInCombat() && !creature.IsInteractionAllowedInCombat())
return null;