mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Fixed duration on Glow Worm
--HG-- branch : trunk
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user