From 9933756c291d10c5164575b2840c8dd83bc0bd5a Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Wed, 8 Mar 2023 13:42:34 -0300 Subject: [PATCH] Merge spells from 'All-Totem of the Master' --- core/parser.lua | 5 +++++ functions/spellcache.lua | 2 ++ 2 files changed, 7 insertions(+) diff --git a/core/parser.lua b/core/parser.lua index 2688fa65..7d27af35 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -258,6 +258,11 @@ --charge warrior [105771] = 126664, + + --elemental stances + [377458] = 377459, + [377461] = 377459, + [382133] = 377459, } else --retail diff --git a/functions/spellcache.lua b/functions/spellcache.lua index ff18823e..2a7f20ed 100644 --- a/functions/spellcache.lua +++ b/functions/spellcache.lua @@ -248,6 +248,8 @@ do --/dump C_Item.GetItemNameByID(137486) --to check an item --default tooltip script gets the item id + + [377459] = {name = formatTextForItem(194306)}, --trinket: All-Totem of the Master } for spellId, spellCustomization in pairs(dragonflightTrinkets) do