Quantcast

Fix for ticket 199 - Wrong Spell-id for Bloodsurge

Johnny C. Lam [01-25-13 - 16:00]
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
Filename
defaut/Guerrier.lua
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)