diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-09 11:47:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-09 11:47:50 -0300 |
commit | c73c31527b1adf0a38141c369843928c6481a9ff (patch) | |
tree | 70b9f88550159052997c17b3ba176e5be1dca2bf /npc/005-1/ayasha.txt | |
parent | 04f0bcc4cacee634a9c10b17541f332014c7354f (diff) | |
download | serverdata-c73c31527b1adf0a38141c369843928c6481a9ff.tar.gz serverdata-c73c31527b1adf0a38141c369843928c6481a9ff.tar.bz2 serverdata-c73c31527b1adf0a38141c369843928c6481a9ff.tar.xz serverdata-c73c31527b1adf0a38141c369843928c6481a9ff.zip |
Discord Booster Necklace.
Also, fix typos reported by YuckFou.
Diffstat (limited to 'npc/005-1/ayasha.txt')
-rw-r--r-- | npc/005-1/ayasha.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index f71f1726d..3053a1405 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -107,7 +107,7 @@ L_Rent: close; L_DoRent: - if (gettimetick(2) <= .RENT_TIME) mesq l("Sorry, you was taking too long to decide and I've rented my sword to somebody else."); + if (gettimetick(2) <= .RENT_TIME) mesq l("Sorry, you were taking too long to decide and I've rented my sword to somebody else."); if (gettimetick(2) <= .RENT_TIME) close; .RENT_TIME=gettimetick(2)+(15*60); set Zeny, Zeny - 300; |