From 44862dca9b6f26513f23ea1fd79365c7a8d33d9e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 1 Jun 2019 21:30:02 -0300 Subject: Use rand2() instead of rand() in several places --- npc/012-4/wyara.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/012-4/wyara.txt') diff --git a/npc/012-4/wyara.txt b/npc/012-4/wyara.txt index 861abd1f1..cf0c29cc2 100644 --- a/npc/012-4/wyara.txt +++ b/npc/012-4/wyara.txt @@ -73,7 +73,7 @@ L_Piberries: inventoryplace PiberriesInfusion, 1; Zeny=Zeny-50; - delitem Piberries, rand(3,4); + delitem Piberries, rand2(3,4); getitem PiberriesInfusion, 1; getexp 10, 0; goto L_Piberries; -- cgit v1.2.3-60-g2f50