Skip to content

Commit

Permalink
Remove kokuda from Wanda's buying shop list...
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Apr 24, 2020
1 parent 039c87b commit 9e571f2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ private void buildNPC(final StendhalRPZone zone) {

final Map<String, Integer> pricesBuy = new HashMap<String, Integer>() {{
put("mandragora", 1500);
put("kokuda", 5000);
//put("kokuda", 5000);
put("toadstool", 60);
put("poison", 40);
put("greater poison", 60);
Expand Down

0 comments on commit 9e571f2

Please sign in to comment.