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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user