From fc2c7dab7f88425d676a9ace191f39b1168623c2 Mon Sep 17 00:00:00 2001 From: MDGitHubRepo Date: Thu, 2 Jan 2025 10:15:40 -0500 Subject: [PATCH] Added exception for totemic slam spell --- COE_TotemData.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COE_TotemData.lua b/COE_TotemData.lua index 5710623..4103f37 100644 --- a/COE_TotemData.lua +++ b/COE_TotemData.lua @@ -194,7 +194,7 @@ function COE:ScanTotems() -- is this a totem? -- ----------------- - if (SpellName ~= "Totemic Recall" and + if (SpellName ~= "Totemic Recall" and SpellName ~= "Totemic Slam" and string.find(SpellName, COESTR_SCANTOTEMS) ~= nil) then local newtotem = true;