diff options
-rw-r--r-- | npc/020-4/baktar.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/020-4/baktar.txt b/npc/020-4/baktar.txt index 771972354..0308d7aef 100644 --- a/npc/020-4/baktar.txt +++ b/npc/020-4/baktar.txt @@ -32,9 +32,9 @@ .@item_string$ = getitemlink(atoi(.@item_id_string$)); if (.@q2 & .@m) - npctalk l("Thank you for the %s, I really appreciate it. %%1", .@item_string$); + npctalk l("Thank you for the %s, I really appreciate it.", .@item_string$) + " %%1"; else - npctalk l("Oh, how I miss %s from Tulimshar...%%J", .@item_string$); + npctalk l("Oh, how I miss %s from Tulimshar...", .@item_string$) + "%%J"; if (.@q == 2) |