Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fcc3fe6915 | |||
| fc2c7dab7f | |||
| b19325489a |
+1
-1
@@ -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;
|
||||||
|
|||||||
@@ -5,3 +5,6 @@ To use the addon:
|
|||||||
* download repo or release
|
* download repo or release
|
||||||
* extract folder named "turtle-wow-call-of-elements-xxxx" from zip to turtle wow Interface/Addons folder path
|
* extract folder named "turtle-wow-call-of-elements-xxxx" from zip to turtle wow Interface/Addons folder path
|
||||||
* rename folder to "CallOfElements", make sure files are in CallOfElements folder
|
* rename folder to "CallOfElements", make sure files are in CallOfElements folder
|
||||||
|
|
||||||
|
Dependencies:
|
||||||
|
* COE requires the addon Chronos. It can be found in this repository of addons https://github.com/refaim/Vanilla-WoW-1.12-Addon-Development-Libraries-Archive. Download the repository and copy the "Chronos" file into the addons folder located at turtle_wow_folder\Interface\AddOns\.
|
||||||
|
|||||||
Reference in New Issue
Block a user