diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-22 01:37:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-22 01:37:30 -0300 |
commit | 6648bb2b5e6d8b7a04437474c763c72bf533a91a (patch) | |
tree | 9d725a28f145784b0e4d54a2462fbdfb70b947a3 | |
parent | 1208bdd5c7fc4d9247df0c78cfcc67185f5e31a2 (diff) | |
download | serverdata-6648bb2b5e6d8b7a04437474c763c72bf533a91a.tar.gz serverdata-6648bb2b5e6d8b7a04437474c763c72bf533a91a.tar.bz2 serverdata-6648bb2b5e6d8b7a04437474c763c72bf533a91a.tar.xz serverdata-6648bb2b5e6d8b7a04437474c763c72bf533a91a.zip |
Fix display bug on Ishi
-rw-r--r-- | npc/003-1/ishi.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index 5eff1e473..9ebcc83d9 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -175,10 +175,10 @@ L_Items: mes ""; mes l("Wow!"); mes l("I can't believe."); - mes l("you got lucky and got a(n) @@!", getitemlink(.@reward$)); + mes l("you got lucky and got a(n) @@!", getitemlink(.@reward)); mes ""; } else { - mesq l("You received one @@!", getitemlink(.@reward$)); + mesq l("You received one @@!", getitemlink(.@reward)); } } |