diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/ayasha.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index cb839490d..2a12456dc 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -111,8 +111,7 @@ L_DoRent: if (gettimetick(2) <= .RENT_TIME) close; .RENT_TIME=gettimetick(2)+(15*60); set Zeny, Zeny - 300; - // Here must use item ID - rentitem 3518, (15*60); + rentitem Judgement, (15*60); mes ""; mesn; mesq l("Here it is. Take care with it!"); |