fix(Core/Player): Haunted Memento aura remains after mailing the item (#22877)
This commit is contained in:
parent
e607736dfe
commit
f334a38c5e
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue