fix(Core/Spells): No longer add a signature to items created by NPCs (#22415)

This commit is contained in:
Jelle Meeus
2025-07-03 17:35:06 +02:00
committed by GitHub
parent f0a38b3091
commit 7561147e7c
2 changed files with 2 additions and 3 deletions

View File

@@ -700,8 +700,7 @@ struct ItemTemplate
return GetMaxStackSize() == 1 &&
Class != ITEM_CLASS_CONSUMABLE &&
Class != ITEM_CLASS_QUEST &&
!HasFlag(ITEM_FLAG_NO_CREATOR) &&
ItemId != 6948; /*Hearthstone*/
!HasFlag(ITEM_FLAG_NO_CREATOR);
}
[[nodiscard]] bool CanChangeEquipStateInCombat() const