Bank stuff (#339)

* Fixed dcing on picking up items when inventory is full that I introduced

* Added Shantay Pass bank area and changed Jukats shop stock
This commit is contained in:
Gptaqbc
2019-12-30 15:37:27 -05:00
committed by Daniel Ginovker
parent bd97bdca3c
commit c27e629da2
2 changed files with 2 additions and 1 deletions
@@ -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;
}