From 31807d43f9ad6cd5464398db67d217dbfa856049 Mon Sep 17 00:00:00 2001 From: Jonathan Ullmark Date: Sat, 27 Jan 2024 14:11:29 +0100 Subject: [PATCH] Update priest_spell.lua As of Dec 21, Shadow Word: Death deals 103% more damage. WowHead says the new damage value is 532, with which the correct damage shows in-game. WowHead also shows the SP scaling to be 0.643 rather than 0.423, but I have not adjusted the SP scaling value since I have not verified that the current implementation doesn't work. --- data/classic/classes/priest_spell.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/classic/classes/priest_spell.lua b/data/classic/classes/priest_spell.lua index 58e333d..55522cb 100644 --- a/data/classic/classes/priest_spell.lua +++ b/data/classic/classes/priest_spell.lua @@ -2714,7 +2714,7 @@ _addon.spellInfo = { effects = { [1] = { effectType = 2, - valueBase = 261, + valueBase = 532, valueRange = 44, coef = 0.42899999022, coefAP = 0,