diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-22 18:20:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-22 18:20:17 -0300 |
commit | 2425d937e9a2ad06e720f045304257ea80b6ab6c (patch) | |
tree | 2539e67d584f9e5b92aa3708963908f292bcea58 | |
parent | 2b4f3d81c3396bfb1a4ea5e16ea2e854a59b0166 (diff) | |
download | serverdata-2425d937e9a2ad06e720f045304257ea80b6ab6c.tar.gz serverdata-2425d937e9a2ad06e720f045304257ea80b6ab6c.tar.bz2 serverdata-2425d937e9a2ad06e720f045304257ea80b6ab6c.tar.xz serverdata-2425d937e9a2ad06e720f045304257ea80b6ab6c.zip |
Fix an ID
-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!"); |