Quantcast

Fix for ticket 198 - Wrong SpellID for bloodbath.

Johnny C. Lam [01-25-13 - 16:00]
Fix for ticket 198 - Wrong SpellID for bloodbath.

The spell ID generated by the SimC converter is incorrect.  113344 is the
spell ID of the debuff that is applied to the targets hit by the warrior
when the warrior has the buff with ID 12292 that is triggered by the spell
with the same ID.

Also fix the SpellInfo and SpellAddBuff lines associated with Bloodbath to
match the buff and not the debuff.

This matches the usage of the "bloodbath" references in the SimC profile,
which refer to "buff.bloodbath.up".

git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@669 d5049fe3-3747-40f7-a4b5-f36d6801af5f
Filename
defaut/Guerrier.lua
diff --git a/defaut/Guerrier.lua b/defaut/Guerrier.lua
index e6c2ee7..a09d539 100644
--- a/defaut/Guerrier.lua
+++ b/defaut/Guerrier.lua
@@ -12,9 +12,9 @@ Define(berserker_rage 18499)
 Define(bladestorm 46924)
   SpellInfo(bladestorm duration=6 cd=90 )
   SpellAddBuff(bladestorm bladestorm=1)
-Define(bloodbath 113344)
-  SpellInfo(bloodbath duration=6 tick=1 )
-  SpellAddTargetDebuff(bloodbath bloodbath=1)
+Define(bloodbath 12292)
+  SpellInfo(bloodbath duration=12)
+  SpellAddBuff(bloodbath bloodbath=1)
 Define(bloodsurge 46915)
 Define(bloodthirst 23881)
   SpellInfo(bloodthirst rage=-10 cd=4.5 )