From ddcc6e5049874400ccd16764e4c103d6f6ed3c0c Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Thu, 22 May 2014 12:37:30 +0000 Subject: [PATCH] Back out r1484 that added Outbreak to 1H Frost rotation. Outbreak and Unholy Blight are not the same priority. Even though they both share the same GCD cost, the latter will apply diseases to everything around the DK while Outbreak only applies them to the current target. Outbreak was removed from the 1H Frost rotation in SimulationCraft as part of an optimization for MoP 5.4. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1486 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- scripts/ovale_deathknight.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/ovale_deathknight.lua b/scripts/ovale_deathknight.lua index 2147c0e..0949ded 100644 --- a/scripts/ovale_deathknight.lua +++ b/scripts/ovale_deathknight.lua @@ -348,8 +348,6 @@ AddFunction FrostOneHandSingleTargetActions if BuffPresent(killing_machine_buff) or RunicPower() > 88 Spell(frost_strike) #howling_blast,if=death>1|frost>1 if Rune(death) >= 2 or Rune(frost) >= 2 Spell(howling_blast) - #outbreak,if=!dot.frost_fever.ticking|!dot.blood_plague.ticking - if not target.DebuffPresent(frost_fever_debuff) or not target.DebuffPresent(blood_plague_debuff) Spell(outbreak) #soul_reaper,if=target.health.pct-3*(target.health.pct%target.time_to_die)<=35 if target.HealthPercent() -3 * { target.HealthPercent() / target.TimeToDie() } <= 35 Spell(soul_reaper_frost) #blood_tap,if=talent.blood_tap.enabled&((target.health.pct-3*(target.health.pct%target.time_to_die)<=35&cooldown.soul_reaper.remains=0)) -- 1.7.9.5