fix cupboard object spawning

This commit is contained in:
RedSparr0w
2019-10-25 10:52:47 +13:00
parent fe5d715691
commit 1e99863687
@@ -290,7 +290,7 @@ public class ObjectsActions {
case 2271:
player.getActionSender().object(2272, 2984, 3336, 1, 10);
Region.addObject(2272, 2984, 336, 0, 10, 1, false);
Region.addObject(2272, 2984, 3336, 2, 10, 1, false);
player.getActionSender().sendMessage("You open the cupboard.");
break;