From ffe78ba600d407ca4304b6d077242e1956ae73fc Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 24 May 2010 13:56:21 +0200 Subject: Fixed duration on Glow Worm --HG-- branch : trunk --- src/game/SpellEffects.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 81a01592eca..08dd692fa1d 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -4223,8 +4223,8 @@ void Spell::EffectEnchantItemTmp(uint32 i) // other cases with this SpellVisual already selected else if (m_spellInfo->SpellVisual[0] == 215) duration = 1800; // 30 mins - // some fishing pole bonuses - else if (m_spellInfo->SpellVisual[0] == 563) + // some fishing pole bonuses except Glow Worm which lasts full hour + else if (m_spellInfo->SpellVisual[0] == 563 && m_spellInfo->Id != 64401) duration = 600; // 10 mins // shaman rockbiter enchantments else if (m_spellInfo->SpellVisual[0] == 0) -- cgit v1.2.3