aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-28 12:10:31 -0600
committermegamage <none@none>2008-12-28 12:10:31 -0600
commite2ee47fb355c3ff59c54cd1bd3f2c8b329c8a108 (patch)
tree806cf365e082008f8b2a22c37f2076d4de7c0006 /src/game/SpellEffects.cpp
parent3bbf8d6be8cd67d99fc8c1df3a971fe4e7e680ef (diff)
*Update to Mangos 6963.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r--src/game/SpellEffects.cpp2
1 files changed, 0 insertions, 2 deletions
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);
}
}
}