Skip to content

Commit

Permalink
Fix Haunt coef
Browse files Browse the repository at this point in the history
  • Loading branch information
coolmodi committed Nov 11, 2022
1 parent 1480a22 commit 85ffc12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions data/classes/warlock_spell.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3062,7 +3062,7 @@ _addon.spellInfo = {
effectType = 2,
valueBase = 405,
valueRange = 68,
coef = 0,
coef = 0.4286,
coefAP = 0,
},
}
Expand Down Expand Up @@ -3152,7 +3152,7 @@ _addon.spellInfo = {
effectType = 2,
valueBase = 487,
valueRange = 82,
coef = 0,
coef = 0.4286,
coefAP = 0,
},
}
Expand All @@ -3169,7 +3169,7 @@ _addon.spellInfo = {
effectType = 2,
valueBase = 550,
valueRange = 92,
coef = 0,
coef = 0.4286,
coefAP = 0,
},
}
Expand All @@ -3186,7 +3186,7 @@ _addon.spellInfo = {
effectType = 2,
valueBase = 645,
valueRange = 108,
coef = 0,
coef = 0.4286,
coefAP = 0,
},
}
Expand Down
3 changes: 2 additions & 1 deletion tools/spelldata_creator/data/wotlk/missingCoef.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}},
Expand Down

0 comments on commit 85ffc12

Please sign in to comment.