WoWInterface SVN Broker_GarrisonReport

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 3 to Rev 2
    Reverse comparison

Rev 3 → Rev 2

Broker_GarrisonReport/Broker_GarrisonReport.toc
1,8 → 1,8
## Interface: 60100
## Interface: 60000
## Name: Broker_GarrisonReport
## Notes: An LDB plugin to replace the Garrison Report button on your minimap.
## Author: Seerah
## Version: 1.0.1
## Version: 1.0
 
LibStub\LibStub.lua
CallBackHandler-1.0\CallbackHandler-1.0.xml
Broker_GarrisonReport/report.lua
79,12 → 79,10
end
 
--let's update our work order data once per minute
--C_Timer.After(60, GetWorkOrders) --moved to ShowWorkOrders function
C_Timer.After(60, GetWorkOrders)
end
 
local function ShowWorkOrders(tt)
GetWorkOrders()
 
tt:AddLine(CAPACITANCE_WORK_ORDERS)
for building, data in pairs(workOrderBuildings) do
if data.canWork then