From 37d1ef8ab37076d43e7af97af0b8fb881932ceae Mon Sep 17 00:00:00 2001 From: Byte Date: Sat, 17 Sep 2022 23:57:38 -0600 Subject: [PATCH] Added half redberry pie spawn to pirate hideout --- Server/data/configs/ground_spawns.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Server/data/configs/ground_spawns.json b/Server/data/configs/ground_spawns.json index 927e9b456..d2d481d32 100644 --- a/Server/data/configs/ground_spawns.json +++ b/Server/data/configs/ground_spawns.json @@ -610,5 +610,9 @@ { "item_id": "4615", "loc_data": "{1,3479,3092,0,0}" + }, + { + "item_id": "2333", + "loc_data": "{1,3042,3952,0,100}" } ]