1 Commits

Author SHA1 Message Date
MDGitHubRepo fc2c7dab7f Added exception for totemic slam spell 2025-01-02 10:15:40 -05:00
+1 -1
View File
@@ -194,7 +194,7 @@ function COE:ScanTotems()
-- is this a totem? -- 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 string.find(SpellName, COESTR_SCANTOTEMS) ~= nil) then
local newtotem = true; local newtotem = true;