Logo

index : nswa

WoW addon which removes annoyances and adds QoL (for me)

  • summary
  • about
  • tree
  • log
  • branches
<< path: root/public/nswa.git/html/nswa_repair.lua blob: f9ea5226ea8e4483dcefce4fc61c5ce3588d8217 [raw] [clear marker]

        
0
1
2local frame = CreateFrame("Frame")
3frame:RegisterEvent("MERCHANT_SHOW")
4
5frame:SetScript("OnEvent", function()
6 if CanMerchantRepair() then
7 print("Repaired items!")
8 RepairAllItems()
9 end
10end)
11
12
Copyright 2026  E766CB298A6D1E64 | Git-Thing heavily inspired by cgit