From d01d4498ede1f0ff57e762f5c99f39012d9adcd6 Mon Sep 17 00:00:00 2001 From: Xanadu Date: Sun, 21 Mar 2010 16:15:58 +0100 Subject: Don't set 'Created by...' for soul shards, it looks silly. --HG-- branch : trunk --- src/game/SpellEffects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 147f8dddc9e..5cad98538e7 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -3088,7 +3088,7 @@ void Spell::DoCreateItem(uint32 i, uint32 itemtype) } // set the "Crafted by ..." property of the item - if( pItem->GetProto()->Class != ITEM_CLASS_CONSUMABLE && pItem->GetProto()->Class != ITEM_CLASS_QUEST) + if (pItem->GetProto()->Class != ITEM_CLASS_CONSUMABLE && pItem->GetProto()->Class != ITEM_CLASS_QUEST && newitemid != 6265) pItem->SetUInt32Value(ITEM_FIELD_CREATOR, player->GetGUIDLow()); // send info to the client -- cgit v1.2.3