diff options
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r-- | npc/003-2/lua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 8250b49fb..86185c17b 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -64,7 +64,7 @@ L_GMEventShop: .@s=countitem(StrangeCoin); mes ""; mesn; - mesq l("You currently have @@ @@.", getitemlink(StrangeCoin)); + mesq l("You currently have @@ @@.", countitem(StrangeCoin), getitemlink(StrangeCoin)); mes ""; mesc l("@@ - @@ coins", getitemlink(BronzeGift), 10*.@inf); mesc l("@@ - @@ coins", getitemlink(SilverGift), 20*.@inf); |