From aecdd72df85ffd19958486eca72aa35d9b527436 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Sun, 13 Jul 2014 11:33:10 +0000 Subject: [PATCH] Monk: Use the Jab texture from the game. People were confused when the displayed icon didn't match the Jab icon on their action bar. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1557 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- scripts/ovale_monk_spells.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ovale_monk_spells.lua b/scripts/ovale_monk_spells.lua index 6364ab9..05c1584 100644 --- a/scripts/ovale_monk_spells.lua +++ b/scripts/ovale_monk_spells.lua @@ -95,7 +95,7 @@ Define(invoke_xuen 123904) SpellInfo(invoke_xuen cd=180) Define(invoke_xuen_talent 17) Define(jab 100780) - SpellInfo(jab chi=-2 texture=ability_monk_jab) + SpellInfo(jab chi=-2) SpellInfo(jab chi=-1 if_stance=monk_stance_of_the_sturdy_ox) SpellInfo(jab chi=-1 if_stance=monk_stance_of_the_wise_serpent) SpellInfo(jab buff_chi=power_strikes_buff talent=power_strikes_talent) -- 1.7.9.5