From 68cb06b402710601c0aecf3adb4cf7a1a36ae5d3 Mon Sep 17 00:00:00 2001 From: Flamanis Date: Wed, 4 Jan 2023 15:17:25 -0600 Subject: [PATCH 1/4] Allow negative offsets on linetext --- frames/window_options2_sections.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frames/window_options2_sections.lua b/frames/window_options2_sections.lua index 6cae91b7..8d8a9912 100644 --- a/frames/window_options2_sections.lua +++ b/frames/window_options2_sections.lua @@ -1641,7 +1641,7 @@ do editInstanceSetting(currentInstance, "InstanceRefreshRows") afterUpdate() end, - min = 0, + min = -10, max = 125, step = 1, name = string.format(Loc["STRING_OPTIONS_ALIGNED_TEXT_COLUMNS_OFFSET"], 1), @@ -1656,7 +1656,7 @@ do editInstanceSetting(currentInstance, "InstanceRefreshRows") afterUpdate() end, - min = 0, + min = -10, max = 75, step = 1, name = string.format(Loc["STRING_OPTIONS_ALIGNED_TEXT_COLUMNS_OFFSET"], 2), @@ -1671,7 +1671,7 @@ do editInstanceSetting(currentInstance, "InstanceRefreshRows") afterUpdate() end, - min = 0, + min = -10, max = 50, step = 1, name = string.format(Loc["STRING_OPTIONS_ALIGNED_TEXT_COLUMNS_OFFSET"], 3), From ff3eb88aa809288c8df449914ae4c36f484f48f9 Mon Sep 17 00:00:00 2001 From: Flamanis Date: Fri, 6 Jan 2023 17:44:24 -0600 Subject: [PATCH 2/4] Remove multi-spec entries for shaman guessing --- functions/spells.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions/spells.lua b/functions/spells.lua index a215d85c..5e95dce9 100644 --- a/functions/spells.lua +++ b/functions/spells.lua @@ -125,9 +125,7 @@ do --Enhancement Shaman: [333974] = 263, --Fire Nova - [117014] = 263, --Elemental Blast [51533] = 263, --Feral Spirit - [378270] = 263, --Deeply Rooted Elements [384352] = 263, --Doom Winds [197214] = 263, --Sundering [114051] = 263, --Ascendance From 249d2a30d4324442625f79fd027bcb7e4df03c41 Mon Sep 17 00:00:00 2001 From: Flamanis Date: Fri, 6 Jan 2023 17:55:02 -0600 Subject: [PATCH 3/4] Add spell overrides for demonhunter ids. --- core/parser.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/parser.lua b/core/parser.lua index 54be3976..7d562b73 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -316,7 +316,12 @@ [222031] = 199547, --deamonhunter ChaosStrike [200685] = 199552, --deamonhunter Blade Dance + [931378] = 199552, --^ + [391374] = 199552, --^ [210155] = 210153, --deamonhunter Death Sweep + [393055] = 210153, --^ + [398054] = 210153, --^ + [393035] = 337819, --demonhunter throw glaive [227518] = 201428, --deamonhunter Annihilation [187727] = 178741, --deamonhunter Immolation Aura [201789] = 201628, --deamonhunter Fury of the Illidari From 58a83fc3f0231757b8c740370b6054ee7b1f3c47 Mon Sep 17 00:00:00 2001 From: Flamanis Date: Fri, 6 Jan 2023 17:56:06 -0600 Subject: [PATCH 4/4] Typos --- core/parser.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/parser.lua b/core/parser.lua index 7d562b73..e2e314db 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -316,11 +316,11 @@ [222031] = 199547, --deamonhunter ChaosStrike [200685] = 199552, --deamonhunter Blade Dance - [931378] = 199552, --^ + [391378] = 199552, --^ [391374] = 199552, --^ [210155] = 210153, --deamonhunter Death Sweep [393055] = 210153, --^ - [398054] = 210153, --^ + [393054] = 210153, --^ [393035] = 337819, --demonhunter throw glaive [227518] = 201428, --deamonhunter Annihilation [187727] = 178741, --deamonhunter Immolation Aura