From 4f81e5e3dd4d4cc56264d7e4d4067aaafc50e94b Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Fri, 25 Jan 2013 16:00:35 +0000 Subject: [PATCH] Fix for ticket 199 - Wrong Spell-id for Bloodsurge The spell ID generated by the SimC converter is incorrect. 46915 is the spell ID of the passive ability while 46916 is the spell ID of the actual buff gained by the warrior. Also add a SpellInfo line that notes the duration of the Bloodsurge buff. This matches the usage of "bloodsurge" in the Ovale script which checks for BuffStacks(bloodsurge), and which also has a SpellAddBuff line for wild_strike that deducts one from Bloodsurge stack. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@670 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- defaut/Guerrier.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defaut/Guerrier.lua b/defaut/Guerrier.lua index a09d539..223428f 100644 --- a/defaut/Guerrier.lua +++ b/defaut/Guerrier.lua @@ -15,7 +15,8 @@ Define(bladestorm 46924) Define(bloodbath 12292) SpellInfo(bloodbath duration=12) SpellAddBuff(bloodbath bloodbath=1) -Define(bloodsurge 46915) +Define(bloodsurge 46916) + SpellInfo(bloodsurge duration=10) Define(bloodthirst 23881) SpellInfo(bloodthirst rage=-10 cd=4.5 ) Define(cleave 845) -- 1.7.9.5