From 49fbe7081103fa781e03767e3a26b2a86daecd87 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Mon, 12 May 2014 16:08:37 +0000 Subject: [PATCH] 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 --- scripts/wiljo_mage.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5