diff --git a/2006Redone Server/data/cfg/shops.cfg b/2006Redone Server/data/cfg/shops.cfg index 5c5739bf..fecc7a83 100644 --- a/2006Redone Server/data/cfg/shops.cfg +++ b/2006Redone Server/data/cfg/shops.cfg @@ -103,7 +103,7 @@ shop = 102 Zanaris_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 590 shop = 103 Shantay_Store 2 2 1823 30 1831 30 1937 10 1921 10 1929 10 946 10 1833 10 1835 10 1837 10 2349 0 314 1000 2347 10 1925 30 1923 10 1935 10 954 100 1854 100 shop = 104 Varrock_Sword_Shop 2 2 1277 10 1279 10 1281 10 1283 10 1285 10 1287 10 1291 10 1293 10 1295 10 1297 10 1299 10 1301 10 1205 10 1203 10 1207 10 1209 10 1211 10 shop = 105 Taverly_Sword_Shop 2 2 1307 10 1309 10 1311 10 1313 10 1315 10 1317 10 -shop = 106 Jukats_Sword_Shop 2 2 1305 10 1215 30 +shop = 106 Jukats_Sword_Shop 2 2 1305 2 1215 2 shop = 107 Oziachs_Armour 2 2 1127 10 1135 10 shop = 108 Fur_Trader 2 2 948 10 958 10 shop = 109 Slayer_Shop 2 2 4155 10 4166 10 4161 20 6696 20 7051 10 4551 10 7159 10 6720 10 4168 10 4164 10 4158 10 4172 50000 4170 10 7432 10 7421 1000 4162 10 4156 10 diff --git a/2006Redone Server/src/com/rebotted/game/players/Player.java b/2006Redone Server/src/com/rebotted/game/players/Player.java index df8e3d86..e56b1cdc 100644 --- a/2006Redone Server/src/com/rebotted/game/players/Player.java +++ b/2006Redone Server/src/com/rebotted/game/players/Player.java @@ -1771,6 +1771,7 @@ public abstract class Player { isInArea(2379, 4453, 2386, 4462) || // Zanaris isInArea(2582, 3423, 2591, 3417) || //Fishing Guild isInArea(3509, 3483, 3516, 3476) || //Canifis + isInArea(3297, 3133, 3311, 3115) || //Shantay Pass false; }