diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-15 14:29:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-15 14:29:21 -0300 |
commit | a9e118423dadae7a6146c92c2095a8b08724354f (patch) | |
tree | 49f7fffca4de6adf0a77802355db2fc921f983f2 /npc | |
parent | a88e28ee79238f6eda8e809ad23f1c4110fea2cb (diff) | |
download | serverdata-a9e118423dadae7a6146c92c2095a8b08724354f.tar.gz serverdata-a9e118423dadae7a6146c92c2095a8b08724354f.tar.bz2 serverdata-a9e118423dadae7a6146c92c2095a8b08724354f.tar.xz serverdata-a9e118423dadae7a6146c92c2095a8b08724354f.zip |
This was one of the hardest bugs I've ever hunted %%e
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 1cdb58aaa..0bb3be6dc 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -447,7 +447,7 @@ function script EventHelp { mes l("need help to send gifts to everyone! Compete for scoreboards,"); mes l("but remember: Rewards will also be based on everyone's progress!"); mes ""; - mes l("Merry Christmas, and a happy new year! \o/"); + mes l("Merry Christmas, and a happy new year! \\o/"); mesc l("Location: Christmas Workshop, Romantic Field, south of Nivalis."), 3; ///////////////////////////////////////////////////////////////////////// } else { |