diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-15 17:23:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-15 17:23:12 -0300 |
commit | 72408160ea5bdd09bc2f4178de5da360d2b86edf (patch) | |
tree | 38ad5b2166faf4fa8fc6fa90085b53151201b140 /npc | |
parent | e2189e60088873d963d93df3f5204adcecd7cec7 (diff) | |
download | serverdata-72408160ea5bdd09bc2f4178de5da360d2b86edf.tar.gz serverdata-72408160ea5bdd09bc2f4178de5da360d2b86edf.tar.bz2 serverdata-72408160ea5bdd09bc2f4178de5da360d2b86edf.tar.xz serverdata-72408160ea5bdd09bc2f4178de5da360d2b86edf.zip |
Ops
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 29e91c1d8..8b274aaf0 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -453,7 +453,7 @@ function script EventHelp { } else if ($EVENT$ == "Anniversary") { mesc ".:: " + l("Moubootaur Legends Anniversary") + " ::.", 2; mes ""; - mes l("Moubootaur Legends just got older! \o/"); + mes l("Moubootaur Legends just got older! %%N"); mes l("Base Experience Rate is now %d%%.", $BCONFB_EXPR); mes ""; mes l("Also known as TMW2 Day, it celebrates the server founding,"); |