From e182a38b014f5538c42432f871e094dc79c2b131 Mon Sep 17 00:00:00 2001 From: PolarCookie Date: Sat, 23 Mar 2019 14:34:37 +0100 Subject: Core/Item: Item Signature (#23119) (cherry picked from commit a926a3088d39897fe3ab58239775661449498363) --- src/server/game/Spells/SpellEffects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/game/Spells/SpellEffects.cpp') diff --git a/src/server/game/Spells/SpellEffects.cpp b/src/server/game/Spells/SpellEffects.cpp index a2d49c6150c..b5c58b10db9 100644 --- a/src/server/game/Spells/SpellEffects.cpp +++ b/src/server/game/Spells/SpellEffects.cpp @@ -1374,7 +1374,7 @@ void Spell::DoCreateItem(uint32 itemId, ItemContext context /*= ItemContext::NON } // set the "Crafted by ..." property of the item - if (pItem->GetTemplate()->GetClass() != ITEM_CLASS_CONSUMABLE && pItem->GetTemplate()->GetClass() != ITEM_CLASS_QUEST && newitemid != 6265 && newitemid != 6948) + if (pItem->GetTemplate()->HasSignature()) pItem->SetCreator(player->GetGUID()); // send info to the client -- cgit v1.2.3