Prefix Classic-only AddOns with 'z-'.

This commit is contained in:
Casper V. Kristensen 2021-05-26 22:02:15 +02:00
parent 93c294b5f3
commit 048b7a9b2e
Signed by: caspervk
GPG key ID: 289CA03790535054
25 changed files with 21 additions and 21 deletions

View file

@ -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

View file

@ -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)

0
3pT2BS/3pT2BS.lua → z-3pT2BS/3pT2BS.lua Normal file → Executable file
View file

0
3pT2BS/3pT2BS.toc → z-3pT2BS/3pT2BS.toc Normal file → Executable file
View file

0
3pT2BS/README.md → z-3pT2BS/README.md Normal file → Executable file
View file

0
3pT2BS/util.lua → z-3pT2BS/util.lua Normal file → Executable file
View file

0
AutoCoin/AutoCoin.lua → z-AutoCoin/AutoCoin.lua Normal file → Executable file
View file

0
AutoCoin/AutoCoin.toc → z-AutoCoin/AutoCoin.toc Normal file → Executable file
View file

0
AutoCoin/README.md → z-AutoCoin/README.md Normal file → Executable file
View file

View file

View file

0
BigBrother/README.md → z-BigBrother/README.md Normal file → Executable file
View file

View file

View file

0
BigBrother/bb/cli.py → z-BigBrother/bb/cli.py Normal file → Executable file
View file

View file

0
BigBrother/bb/graph.py → z-BigBrother/bb/graph.py Normal file → Executable file
View file

View file

0
BigBrother/bb/slpp.py → z-BigBrother/bb/slpp.py Normal file → Executable file
View file

View file

View file

0
ByeByeBuffs/README.md → z-ByeByeBuffs/README.md Normal file → Executable file
View file