diff options
author | megamage <none@none> | 2008-12-28 12:10:31 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-28 12:10:31 -0600 |
commit | e2ee47fb355c3ff59c54cd1bd3f2c8b329c8a108 (patch) | |
tree | 806cf365e082008f8b2a22c37f2076d4de7c0006 /src/game/SpellEffects.cpp | |
parent | 3bbf8d6be8cd67d99fc8c1df3a971fe4e7e680ef (diff) |
*Update to Mangos 6963.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r-- | src/game/SpellEffects.cpp | 2 |
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); } } } |