From 763526ec08463d8f9eaed320f12d0b242561b058 Mon Sep 17 00:00:00 2001 From: Badhad <46411657+BadHad@users.noreply.github.com> Date: Sat, 3 Apr 2021 20:01:52 -0400 Subject: [PATCH] Shop Add - Added shilo village fishing shop. --- Server/data/configs/shops.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json index 6dd88a290..c42e539fd 100644 --- a/Server/data/configs/shops.json +++ b/Server/data/configs/shops.json @@ -2014,5 +2014,14 @@ "id": "227", "title": "Agmundi Quality Clothes", "stock": "{5050,3}-{5052,3}-{5038,3}-{5040,3}-{5044,3}-{5046,3}-{5026,3}-{5028,3}-{5032,3}-{5034,3}" + }, + { + "npcs": "517", + "high_alch": "0", + "currency": "995", + "general_store": "false", + "id": "228", + "title": "Fernahei's Fishing Hut", + "stock": "{307,5}-{309,5}-{313,200}-{314,500}-{335,0}-{349,0}-{331,0}" } ] \ No newline at end of file