diff --git a/sku.0/sys.server/compiled/game/script/city/bestine/city_raid_grandparent.script b/sku.0/sys.server/compiled/game/script/city/bestine/city_raid_grandparent.script index 8422ff967..a0f35b69f 100644 --- a/sku.0/sys.server/compiled/game/script/city/bestine/city_raid_grandparent.script +++ b/sku.0/sys.server/compiled/game/script/city/bestine/city_raid_grandparent.script @@ -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; -} \ No newline at end of file +}