Mercurial > wow > cyborg-mmo7
comparison CyborgMMO7.lua @ 58:cec87b651c10
Removed some whitespace on end of lines.
| author | madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09 |
|---|---|
| date | Fri, 03 May 2013 23:24:42 +0000 |
| parents | 1236b2b22dde |
| children | b7ee4a10eaf0 |
comparison
equal
deleted
inserted
replaced
| 57:1236b2b22dde | 58:cec87b651c10 |
|---|---|
| 266 | 266 |
| 267 local function PreLoad(data) | 267 local function PreLoad(data) |
| 268 -- create ID sets to sync | 268 -- create ID sets to sync |
| 269 local itemIDs = {} | 269 local itemIDs = {} |
| 270 local petIDs = {} | 270 local petIDs = {} |
| 271 | 271 |
| 272 -- gather all needed IDs (and trigger sync while doing so) | 272 -- gather all needed IDs (and trigger sync while doing so) |
| 273 if data.Rat then | 273 if data.Rat then |
| 274 for spec,specData in pairs(data.Rat) do | 274 for spec,specData in pairs(data.Rat) do |
| 275 for mode=1,RAT7.MODES do | 275 for mode=1,RAT7.MODES do |
| 276 for button=1,RAT7.BUTTONS do | 276 for button=1,RAT7.BUTTONS do |
| 307 end | 307 end |
| 308 end | 308 end |
| 309 end | 309 end |
| 310 end | 310 end |
| 311 end | 311 end |
| 312 | 312 |
| 313 -- create frame for regular updates | 313 -- create frame for regular updates |
| 314 PreloadFrame = CreateFrame("Frame") | 314 PreloadFrame = CreateFrame("Frame") |
| 315 PreloadFrame.itemIDs = itemIDs | 315 PreloadFrame.itemIDs = itemIDs |
| 316 PreloadFrame.petIDs = petIDs | 316 PreloadFrame.petIDs = petIDs |
| 317 PreloadFrame.total_timeout = total_timeout | 317 PreloadFrame.total_timeout = total_timeout |
