Fixed duration on Glow Worm

--HG--
branch : trunk
This commit is contained in:
Shauren
2010-05-24 13:56:21 +02:00
parent 3083fc9885
commit ffe78ba600

View File

@@ -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)