summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-22 01:37:30 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-22 01:37:30 -0300
commit6648bb2b5e6d8b7a04437474c763c72bf533a91a (patch)
tree9d725a28f145784b0e4d54a2462fbdfb70b947a3 /npc/003-1
parent1208bdd5c7fc4d9247df0c78cfcc67185f5e31a2 (diff)
downloadserverdata-6648bb2b5e6d8b7a04437474c763c72bf533a91a.tar.gz
serverdata-6648bb2b5e6d8b7a04437474c763c72bf533a91a.tar.bz2
serverdata-6648bb2b5e6d8b7a04437474c763c72bf533a91a.tar.xz
serverdata-6648bb2b5e6d8b7a04437474c763c72bf533a91a.zip
Fix display bug on Ishi
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/ishi.txt4
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));
}
}