WoWInterface SVN Broker_GarrisonReport

Compare Revisions

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

Rev 2 → Rev 3

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