mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 18:43:48 +00:00
fix(Core/Spells): No longer add a signature to items created by NPCs (#22415)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user