Mage: Remove incorrect target on Spell() in Wiljo script.
Johnny C. Lam [05-12-14 - 16:08]
Mage: Remove incorrect target on Spell() in Wiljo script.
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1429 d5049fe3-3747-40f7-a4b5-f36d6801af5f
diff --git a/scripts/wiljo_mage.lua b/scripts/wiljo_mage.lua
index 35a3af9..147542c 100644
--- a/scripts/wiljo_mage.lua
+++ b/scripts/wiljo_mage.lua
@@ -138,7 +138,7 @@ AddIcon mastery=frost help=offgcd
#/water_elemental:freeze,if=buff.alter_time.down&buff.fingers_of_frost.stack<2
unless target.Classification(worldboss)
{
- if BuffExpires(alter_time_buff) and BuffStacks(fingers_of_frost_buff less 2) Pet.Spell(water_elemental_freeze)
+ if BuffExpires(alter_time_buff) and BuffStacks(fingers_of_frost_buff less 2) Spell(water_elemental_freeze)
}
#/time_warp,if=target.health.pct<25|time>5