summaryrefslogtreecommitdiff
path: root/npc/020-4
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2023-06-07 22:50:33 +0200
committerFedja Beader <fedja@protonmail.ch>2023-06-07 22:50:33 +0200
commit6224453280e2691fc5ca8259c40eea0b20221cdd (patch)
tree8f8b46a34dc4e725d126b2b60b714c23dfe3b3c1 /npc/020-4
parent17db5689e09a91b28ef9112f3dc31098804ea155 (diff)
downloadserverdata-6224453280e2691fc5ca8259c40eea0b20221cdd.tar.gz
serverdata-6224453280e2691fc5ca8259c40eea0b20221cdd.tar.bz2
serverdata-6224453280e2691fc5ca8259c40eea0b20221cdd.tar.xz
serverdata-6224453280e2691fc5ca8259c40eea0b20221cdd.zip
Attempt to fix lack of emoji
Diffstat (limited to 'npc/020-4')
-rw-r--r--npc/020-4/baktar.txt4
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)