Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
v2.24.0
Browse files Browse the repository at this point in the history
* Fix template for GTFO-WA (remove hardcoded zone id)
* Add some avoidable spells
  • Loading branch information
onechiporenko committed Aug 19, 2022
1 parent fbc1dec commit c15ae4f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
7 changes: 6 additions & 1 deletion 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
Expand Down
12 changes: 11 additions & 1 deletion Mechanics/Spells.lua
Expand Up @@ -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
Expand All @@ -118,6 +124,8 @@ local Spells = {
[228001] = true,
[227341] = true,
[241784] = true,
[227434] = true,
[227480] = true,

-- Karazhan Upper
[242894] = true,
Expand Down Expand Up @@ -643,6 +651,8 @@ local SpellsNoTank = {
[29665] = true,
[29667] = true,
[227965] = true,
[227568] = true,
[227799] = true,

-- Karazhan Upper
[230050] = true,
Expand Down
10 changes: 0 additions & 10 deletions Utils/Integrations/WA/Auras/Gtfo.lua
Expand Up @@ -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"] = {
},
Expand Down

0 comments on commit c15ae4f

Please sign in to comment.