From 85ffc123a741f98a6e799c4d775c9dcf1a8786c7 Mon Sep 17 00:00:00 2001 From: coolmodi <7333074+coolmodi@users.noreply.github.com> Date: Fri, 11 Nov 2022 15:19:25 +0100 Subject: [PATCH] Fix Haunt coef --- data/classes/warlock_spell.lua | 8 ++++---- tools/spelldata_creator/data/wotlk/missingCoef.json | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/data/classes/warlock_spell.lua b/data/classes/warlock_spell.lua index c1811f6..0f88e87 100644 --- a/data/classes/warlock_spell.lua +++ b/data/classes/warlock_spell.lua @@ -3062,7 +3062,7 @@ _addon.spellInfo = { effectType = 2, valueBase = 405, valueRange = 68, - coef = 0, + coef = 0.4286, coefAP = 0, }, } @@ -3152,7 +3152,7 @@ _addon.spellInfo = { effectType = 2, valueBase = 487, valueRange = 82, - coef = 0, + coef = 0.4286, coefAP = 0, }, } @@ -3169,7 +3169,7 @@ _addon.spellInfo = { effectType = 2, valueBase = 550, valueRange = 92, - coef = 0, + coef = 0.4286, coefAP = 0, }, } @@ -3186,7 +3186,7 @@ _addon.spellInfo = { effectType = 2, valueBase = 645, valueRange = 108, - coef = 0, + coef = 0.4286, coefAP = 0, }, } diff --git a/tools/spelldata_creator/data/wotlk/missingCoef.json b/tools/spelldata_creator/data/wotlk/missingCoef.json index 73726f4..ef0504c 100644 --- a/tools/spelldata_creator/data/wotlk/missingCoef.json +++ b/tools/spelldata_creator/data/wotlk/missingCoef.json @@ -12,7 +12,8 @@ "Corruption": {"0": {"sp": 0.2}}, "Immolate": {"1": {"sp": 0.2}}, "Healing Stream Totem": {"0": {"sp": 0.0825}}, - "Power Word: Shield": {"0": {"sp": 0.8068}} + "Power Word: Shield": {"0": {"sp": 0.8068}}, + "Haunt": {"0": {"sp": 0.4286}} }, "ids": { "20187": {"0": {"ap": 0.2}},