summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-22 01:36:08 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-22 01:36:08 -0300
commit415e14646f6737c230032eb77fc5676eb19627a0 (patch)
tree15df665c3fabc61d73a92d224b4bceb7997017e2
parent423bb2968646d00f22eea99108b0a189be794b84 (diff)
downloadserverdata-415e14646f6737c230032eb77fc5676eb19627a0.tar.gz
serverdata-415e14646f6737c230032eb77fc5676eb19627a0.tar.bz2
serverdata-415e14646f6737c230032eb77fc5676eb19627a0.tar.xz
serverdata-415e14646f6737c230032eb77fc5676eb19627a0.zip
Fix display bug on Ishi
-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));
}
}