From c15ae4fb22031c2096c0b3a665bfdeeacba92401 Mon Sep 17 00:00:00 2001 From: Oleg Nechiporenko Date: Fri, 19 Aug 2022 12:16:18 +0300 Subject: [PATCH] v2.24.0 * Fix template for GTFO-WA (remove hardcoded zone id) * Add some avoidable spells --- CHANGELOG.md | 7 ++++++- Mechanics/Spells.lua | 12 +++++++++++- Utils/Integrations/WA/Auras/Gtfo.lua | 10 ---------- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffa6751..1492065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -### v2.23.0 +### v2.24.0 + +* Fix template for GTFO-WA (remove hardcoded zone id) +* Add some avoidable spells + +### v2.23.0 * Add WA-template GTFO * Improve custom code for PartyAura diff --git a/Mechanics/Spells.lua b/Mechanics/Spells.lua index 7f3fdbd..fbb539a 100644 --- a/Mechanics/Spells.lua +++ b/Mechanics/Spells.lua @@ -99,7 +99,13 @@ local Spells = { [215929] = true, -- Rupturing Skitter [217090] = true, -- Magma Wave [226296] = true, -- Piercing Shards - [226304] = true, -- Piercing Shards + [226304] = true, + [183100] = true, + [183088] = true, + [192800] = true, + [226388] = true, + [183407] = true, + [200338] = true, -- Vault of the Wardens [191743] = true, -- Deafening Screech @@ -118,6 +124,8 @@ local Spells = { [228001] = true, [227341] = true, [241784] = true, + [227434] = true, + [227480] = true, -- Karazhan Upper [242894] = true, @@ -643,6 +651,8 @@ local SpellsNoTank = { [29665] = true, [29667] = true, [227965] = true, + [227568] = true, + [227799] = true, -- Karazhan Upper [230050] = true, diff --git a/Utils/Integrations/WA/Auras/Gtfo.lua b/Utils/Integrations/WA/Auras/Gtfo.lua index 0c8f849..c700b82 100644 --- a/Utils/Integrations/WA/Auras/Gtfo.lua +++ b/Utils/Integrations/WA/Auras/Gtfo.lua @@ -134,20 +134,10 @@ function MyDungeonsBook:WA_GTFO_Template_Get() }, ["height"] = 128, ["load"] = { - ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, - ["zoneIds"] = "595", - ["class"] = { - ["multi"] = { - }, - }, - ["spec"] = { - ["multi"] = { - }, - }, ["size"] = { ["multi"] = { },