From e1339ceb9d90975d075f6276aaed38962ad16969 Mon Sep 17 00:00:00 2001 From: kuroppoi <68156848+kuroppoi@users.noreply.github.com> Date: Fri, 14 Jan 2022 06:05:50 +0100 Subject: [PATCH] Forgot to configure prefabs --- .../prefabs/spawn_building_brain_1/config.json | 10 ++-------- .../prefabs/spawn_building_deep_1/config.json | 9 +-------- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/gameserver/src/main/resources/prefabs/spawn_building_brain_1/config.json b/gameserver/src/main/resources/prefabs/spawn_building_brain_1/config.json index 6e97472..086a9ce 100644 --- a/gameserver/src/main/resources/prefabs/spawn_building_brain_1/config.json +++ b/gameserver/src/main/resources/prefabs/spawn_building_brain_1/config.json @@ -1,10 +1,4 @@ { - "dungeon": false, - "ruin": false, - "loot": false, - "decay": false, - "mirrorable": false, - "replace": {}, - "corresponding_replace": {}, - "metadata": {} + "decay": true, + "mirrorable": true } \ No newline at end of file diff --git a/gameserver/src/main/resources/prefabs/spawn_building_deep_1/config.json b/gameserver/src/main/resources/prefabs/spawn_building_deep_1/config.json index 6e97472..a4fa9e0 100644 --- a/gameserver/src/main/resources/prefabs/spawn_building_deep_1/config.json +++ b/gameserver/src/main/resources/prefabs/spawn_building_deep_1/config.json @@ -1,10 +1,3 @@ { - "dungeon": false, - "ruin": false, - "loot": false, - "decay": false, - "mirrorable": false, - "replace": {}, - "corresponding_replace": {}, - "metadata": {} + "decay": true } \ No newline at end of file