From 33c22e9905cc281666eae01f9b53d8eb2729c9e3 Mon Sep 17 00:00:00 2001 From: zingzah Date: Wed, 20 May 2015 22:49:28 +0100 Subject: [PATCH] [Spell] Classic Mistletoe Spell Fix Removes Handful of Snowflakes from Mistletoe options --- src/game/WorldHandlers/SpellEffects.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/WorldHandlers/SpellEffects.cpp b/src/game/WorldHandlers/SpellEffects.cpp index 772dbb47..420ec7d7 100644 --- a/src/game/WorldHandlers/SpellEffects.cpp +++ b/src/game/WorldHandlers/SpellEffects.cpp @@ -3543,9 +3543,9 @@ void Spell::EffectScriptEffect(SpellEffectIndex eff_idx) if (!unitTarget || unitTarget->GetTypeId() != TYPEID_PLAYER) { return; } - uint32 spells[3] = {26206, 26207, 45036}; + uint32 spells[2] = {26206, 26207}; - m_caster->CastSpell(unitTarget, spells[urand(0, 2)], true); + m_caster->CastSpell(unitTarget, spells[urand(0, 1)], true); return; } case 26275: // PX-238 Winter Wondervolt TRAP