Monk: Use the Jab texture from the game.
Johnny C. Lam [07-13-14 - 11:33]
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
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)