[Spell] Classic Mistletoe Spell Fix
Removes Handful of Snowflakes from Mistletoe options
This commit is contained in:
parent
496b98597f
commit
33c22e9905
@ -3543,9 +3543,9 @@ void Spell::EffectScriptEffect(SpellEffectIndex eff_idx)
|
|||||||
if (!unitTarget || unitTarget->GetTypeId() != TYPEID_PLAYER)
|
if (!unitTarget || unitTarget->GetTypeId() != TYPEID_PLAYER)
|
||||||
{ return; }
|
{ 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;
|
return;
|
||||||
}
|
}
|
||||||
case 26275: // PX-238 Winter Wondervolt TRAP
|
case 26275: // PX-238 Winter Wondervolt TRAP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user