fix(Core/Player): Haunted Memento aura remains after mailing the item (#22877)

This commit is contained in:
Jelle Meeus
2025-09-11 05:18:18 -07:00
committed by GitHub
parent e607736dfe
commit f334a38c5e

View File

@@ -2905,6 +2905,7 @@ void Player::RemoveItem(uint8 bag, uint8 slot, bool update, bool swap)
RemoveEnchantmentDurations(pItem);
RemoveItemDurations(pItem);
RemoveTradeableItem(pItem);
ApplyItemObtainSpells(pItem, false);
if (bag == INVENTORY_SLOT_BAG_0)
{