Skip to content

Commit 66ab3a3

Browse files
committed
Updated Midnight Beta TOC
Added support for TSM Destroy
1 parent 0871c1f commit 66ab3a3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

FasterLoot/FasterLoot.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ addon:RegisterEvent("LOOT_READY")
88
addon:SetScript("OnEvent", function()
99
if GetCVarBool("autoLootDefault") ~= IsModifiedClick("AUTOLOOTTOGGLE") then
1010
if (GetTime() - epoch) >= LOOT_DELAY then
11+
if TSMDestroyBtn and TSMDestroyBtn:IsShown() and TSMDestroyBtn:GetButtonState() == "DISABLED" then epoch = GetTime() return
12+
end
1113
for i = GetNumLootItems(), 1, -1 do
1214
LootSlot(i)
1315
end
1416
epoch = GetTime()
1517
end
1618
end
17-
end)
19+
end
20+
)

FasterLoot/FasterLoot.toc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Interface: 120000, 110207, 50503, 40402, 30405, 38000, 20504, 20505, 11508
1+
## Interface: 120001, 110207, 50503, 40402, 30405, 38000, 20504, 20505, 11508
22
#
3-
# Mainline: 120000 (Midnight Beta), 110207 (Live)
3+
# Mainline: 120001 (Midnight Beta), 110207 (Live)
44
# Mists: 50503 (Live)
55
# Cata: 40402 (Live)
66
# Wrath: 30405 (Live)
@@ -10,7 +10,7 @@
1010
#
1111
## Title: Faster Loot
1212
## Notes: Makes the loot frame instant
13-
## Version: 20251210
13+
## Version: 20251218
1414
## Author: Xarano
1515
## Category: Loot
1616
## IconTexture: Interface\Icons\Inv_cape_special_treasure_c_01

0 commit comments

Comments
 (0)