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

View file

@ -2167,5 +2167,14 @@
"id": "253",
"title": "Fremennik Fur Trader",
"stock": "{948,10,100}-{958,10,100}-{10117,0,100}-{10121,0,100}-{10119,0,100}-{10123,0,100}-{10093,0,100}-{10095,0,100}-{10097,0,100}-{10099,0,100}-{10101,0,100}-{10103,0,100}"
},
{
"npcs": "",
"high_alch": "0",
"currency": "6306",
"general_store": "false",
"id": "254",
"title": "Gabooty's Tai Bwo Wannai Drinky Store",
"stock": "{2084,0,100}-{2092,0,100}-{2048,0,100}-{2054,0,100}-{2064,0,100}-{2074,0,100}"
}
]
]

View file

@ -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;