diff options
-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,"); |