Implemented Gabooty's drink shop

This commit is contained in:
ana-rchy
2022-09-01 13:19:32 +00:00
committed by Ryan
parent e76969dc16
commit 950074125e
2 changed files with 11 additions and 2 deletions
@@ -44,7 +44,7 @@ public final class GabootyTrade extends OptionHandler {
return true;
case "trade-drinks":
Shops.openId(player, 227);
Shops.openId(player, 254);
return true;
}
break;