From e2ee47fb355c3ff59c54cd1bd3f2c8b329c8a108 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 28 Dec 2008 12:10:31 -0600 Subject: *Update to Mangos 6963. --HG-- branch : trunk --- src/game/SpellEffects.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game/SpellEffects.cpp') diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index af17bf0f97e..20924d1ef56 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -5398,8 +5398,6 @@ void Spell::EffectApplyGlyph(uint32 i) player->CastSpell(m_caster, gp->SpellId, true); player->SetGlyph(m_glyphIndex, glyph); - if(m_CastItem) - player->DestroyItemCount(m_CastItem->GetEntry(), 1, true); } } } -- cgit v1.2.3