diff options
Diffstat (limited to 'npc')
-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)); } } |