mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-31 00:15:54 -04:00
*Commented out persisting of objects in order to keep things working in buildout tables
This commit is contained in:
@@ -23,7 +23,7 @@ messageHandler bootStrap()
|
||||
location locTest = getLocation(self);
|
||||
locTest.x = locTest.x +1;
|
||||
obj_id objRaidSpawner = createObject(MASTER_OBJECT_TEMPLATE, locTest);
|
||||
persistObject(objRaidSpawner);
|
||||
//persistObject(objRaidSpawner);
|
||||
|
||||
setObjVar(self, "objRaidSpawner", objRaidSpawner); // Suppress linting - The lint script is incorrectly
|
||||
// catching this due to the similarly named array
|
||||
@@ -31,4 +31,4 @@ messageHandler bootStrap()
|
||||
setObjVar(objRaidSpawner, "strDataTable", strDataTable);
|
||||
}
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user