diff --git a/!!!RemoveHonorless/!!!RemoveHonorless.toc b/z-!!!RemoveHonorless/!!!RemoveHonorless.toc similarity index 96% rename from !!!RemoveHonorless/!!!RemoveHonorless.toc rename to z-!!!RemoveHonorless/!!!RemoveHonorless.toc index 13d5b1a..ffeb49b 100755 --- a/!!!RemoveHonorless/!!!RemoveHonorless.toc +++ b/z-!!!RemoveHonorless/!!!RemoveHonorless.toc @@ -1,10 +1,10 @@ -## Interface: 11305 - -## Title: !!!RemoveHonorless -## Notes: Automatically remove the Honorless Target buff upon logging in. -## Author: Caspervk -## Version: 0.0.1 - -## X-License: GNU General Public License v3 or later (GPLv3+) - -RemoveHonorless.lua +## Interface: 11305 + +## Title: !!!RemoveHonorless +## Notes: Automatically remove the Honorless Target buff upon logging in. +## Author: Caspervk +## Version: 0.0.1 + +## X-License: GNU General Public License v3 or later (GPLv3+) + +RemoveHonorless.lua diff --git a/!!!RemoveHonorless/README.md b/z-!!!RemoveHonorless/README.md similarity index 100% rename from !!!RemoveHonorless/README.md rename to z-!!!RemoveHonorless/README.md diff --git a/!!!RemoveHonorless/RemoveHonorless.lua b/z-!!!RemoveHonorless/RemoveHonorless.lua similarity index 96% rename from !!!RemoveHonorless/RemoveHonorless.lua rename to z-!!!RemoveHonorless/RemoveHonorless.lua index 8ae2dc3..d61aefb 100755 --- a/!!!RemoveHonorless/RemoveHonorless.lua +++ b/z-!!!RemoveHonorless/RemoveHonorless.lua @@ -1,11 +1,11 @@ -local frame = CreateFrame("FRAME") -frame:SetScript("OnUpdate", function(self, elapsed) - for i = 1, 255 do - _, _, _, _, _, _, _, _, _, spellId = UnitBuff("player", i) - if spellId == 2479 then - CancelUnitBuff("player", i) - frame:SetScript("OnUpdate", nil) - break - end - end -end) +local frame = CreateFrame("FRAME") +frame:SetScript("OnUpdate", function(self, elapsed) + for i = 1, 255 do + _, _, _, _, _, _, _, _, _, spellId = UnitBuff("player", i) + if spellId == 2479 then + CancelUnitBuff("player", i) + frame:SetScript("OnUpdate", nil) + break + end + end +end) diff --git a/3pT2BS/3pT2BS.lua b/z-3pT2BS/3pT2BS.lua old mode 100644 new mode 100755 similarity index 100% rename from 3pT2BS/3pT2BS.lua rename to z-3pT2BS/3pT2BS.lua diff --git a/3pT2BS/3pT2BS.toc b/z-3pT2BS/3pT2BS.toc old mode 100644 new mode 100755 similarity index 100% rename from 3pT2BS/3pT2BS.toc rename to z-3pT2BS/3pT2BS.toc diff --git a/3pT2BS/README.md b/z-3pT2BS/README.md old mode 100644 new mode 100755 similarity index 100% rename from 3pT2BS/README.md rename to z-3pT2BS/README.md diff --git a/3pT2BS/util.lua b/z-3pT2BS/util.lua old mode 100644 new mode 100755 similarity index 100% rename from 3pT2BS/util.lua rename to z-3pT2BS/util.lua diff --git a/AutoCoin/AutoCoin.lua b/z-AutoCoin/AutoCoin.lua old mode 100644 new mode 100755 similarity index 100% rename from AutoCoin/AutoCoin.lua rename to z-AutoCoin/AutoCoin.lua diff --git a/AutoCoin/AutoCoin.toc b/z-AutoCoin/AutoCoin.toc old mode 100644 new mode 100755 similarity index 100% rename from AutoCoin/AutoCoin.toc rename to z-AutoCoin/AutoCoin.toc diff --git a/AutoCoin/README.md b/z-AutoCoin/README.md old mode 100644 new mode 100755 similarity index 100% rename from AutoCoin/README.md rename to z-AutoCoin/README.md diff --git a/BigBrother/BigBrother.lua b/z-BigBrother/BigBrother.lua old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/BigBrother.lua rename to z-BigBrother/BigBrother.lua diff --git a/BigBrother/BigBrother.toc b/z-BigBrother/BigBrother.toc old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/BigBrother.toc rename to z-BigBrother/BigBrother.toc diff --git a/BigBrother/README.md b/z-BigBrother/README.md old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/README.md rename to z-BigBrother/README.md diff --git a/BigBrother/bb/__init__.py b/z-BigBrother/bb/__init__.py old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/__init__.py rename to z-BigBrother/bb/__init__.py diff --git a/BigBrother/bb/__main__.py b/z-BigBrother/bb/__main__.py old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/__main__.py rename to z-BigBrother/bb/__main__.py diff --git a/BigBrother/bb/cli.py b/z-BigBrother/bb/cli.py old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/cli.py rename to z-BigBrother/bb/cli.py diff --git a/BigBrother/bb/config/__init__.py b/z-BigBrother/bb/config/__init__.py old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/config/__init__.py rename to z-BigBrother/bb/config/__init__.py diff --git a/BigBrother/bb/config/buffs.yaml b/z-BigBrother/bb/config/buffs.yaml old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/config/buffs.yaml rename to z-BigBrother/bb/config/buffs.yaml diff --git a/BigBrother/bb/config/class_overrides.yaml b/z-BigBrother/bb/config/class_overrides.yaml old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/config/class_overrides.yaml rename to z-BigBrother/bb/config/class_overrides.yaml diff --git a/BigBrother/bb/graph.py b/z-BigBrother/bb/graph.py old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/graph.py rename to z-BigBrother/bb/graph.py diff --git a/BigBrother/bb/requirements.txt b/z-BigBrother/bb/requirements.txt old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/requirements.txt rename to z-BigBrother/bb/requirements.txt diff --git a/BigBrother/bb/slpp.py b/z-BigBrother/bb/slpp.py old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/slpp.py rename to z-BigBrother/bb/slpp.py diff --git a/ByeByeBuffs/ByeByeBuffs.lua b/z-ByeByeBuffs/ByeByeBuffs.lua old mode 100644 new mode 100755 similarity index 100% rename from ByeByeBuffs/ByeByeBuffs.lua rename to z-ByeByeBuffs/ByeByeBuffs.lua diff --git a/ByeByeBuffs/ByeByeBuffs.toc b/z-ByeByeBuffs/ByeByeBuffs.toc old mode 100644 new mode 100755 similarity index 100% rename from ByeByeBuffs/ByeByeBuffs.toc rename to z-ByeByeBuffs/ByeByeBuffs.toc diff --git a/ByeByeBuffs/README.md b/z-ByeByeBuffs/README.md old mode 100644 new mode 100755 similarity index 100% rename from ByeByeBuffs/README.md rename to z-ByeByeBuffs/README.md