Revert "fix(Core/Player): Make sure OnEquip spells from items are added after revive" (#24352)

This commit is contained in:
sudlud
2026-01-08 10:49:19 +01:00
committed by GitHub
parent a1f5d39370
commit ddb9c515b6
4 changed files with 1 additions and 33 deletions

View File

@@ -14711,7 +14711,7 @@ void Unit::setDeathState(DeathState s, bool despawn)
}
else if (s == DeathState::JustRespawned)
{
RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_SKINNABLE); // clear skinnable for creature and player (at battleground)
RemoveFlag (UNIT_FIELD_FLAGS, UNIT_FLAG_SKINNABLE); // clear skinnable for creature and player (at battleground)
}
}