From 5720654c026354f7cf1fe44ef67f80537731601c Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Fri, 25 Jan 2013 16:00:13 +0000 Subject: [PATCH] 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 --- defaut/Guerrier.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ) -- 1.7.9.5