Merge pull request #9 from MDGitHubRepo/Issue-#8-Tauren-totemic-slam-error
Issue #8 Fixed tauren totemic slam issue
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user