# HG changeset patch # User madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09 # Date 1367257474 0 # Node ID 5d18eb57ea2f414f23118cb968e8ec8b16e7bc1c # Parent 841191e42919bae7c78ac7a7f461c230cf315e13 The PreLoad function should have been local. diff -r 841191e42919 -r 5d18eb57ea2f CyborgMMO7.lua --- a/CyborgMMO7.lua Mon Apr 29 17:44:28 2013 +0000 +++ b/CyborgMMO7.lua Mon Apr 29 17:44:34 2013 +0000 @@ -239,7 +239,7 @@ end end -function PreLoad(data) +local function PreLoad(data) -- create ID sets to sync local itemIDs = {} local petIDs = {}