From 44c0cbc9e6fab118ca72a72cd670fdd4ec12abd7 Mon Sep 17 00:00:00 2001 From: d87 Date: Fri, 23 Sep 2022 08:52:39 +0700 Subject: [PATCH] Cleansing Totem for Wrath --- core.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/core.lua b/core.lua index 1702524..732ffa8 100644 --- a/core.lua +++ b/core.lua @@ -68,6 +68,7 @@ elseif APILevel == 3 then [15447] = { 3738, 120 }, -- Wrath of Air Totem [5913] = { 8143, 300 }, -- Tremor [10467] = { 16190, 12 }, -- Mana Tide Totem + [5924] = { 54968, 300 } -- Cleansing Totem } local function addTotem(data, ...) local numArgs = select("#",...)