Mercurial > wow > cyborg-mmo7
comparison CyborgMMO7.lua @ 42:5d18eb57ea2f
The PreLoad function should have been local.
author | madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09 |
---|---|
date | Mon, 29 Apr 2013 17:44:34 +0000 |
parents | 841191e42919 |
children | 57d46de51ba7 |
comparison
equal
deleted
inserted
replaced
41:841191e42919 | 42:5d18eb57ea2f |
---|---|
237 self.step_timeout = step_timeout | 237 self.step_timeout = step_timeout |
238 end | 238 end |
239 end | 239 end |
240 end | 240 end |
241 | 241 |
242 function PreLoad(data) | 242 local function PreLoad(data) |
243 -- create ID sets to sync | 243 -- create ID sets to sync |
244 local itemIDs = {} | 244 local itemIDs = {} |
245 local petIDs = {} | 245 local petIDs = {} |
246 | 246 |
247 -- gather all needed IDs (and trigger sync while doing so) | 247 -- gather all needed IDs (and trigger sync while doing so) |