mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-15 11:00:17 -07:00
Implemented Gabooty's drink shop
This commit is contained in:
parent
e76969dc16
commit
950074125e
2 changed files with 11 additions and 2 deletions
|
|
@ -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}"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue