Quantcast

Back out r1484 that added Outbreak to 1H Frost rotation.

Johnny C. Lam [05-22-14 - 12:37]
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
Filename
scripts/ovale_deathknight.lua
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))