diff options
Diffstat (limited to 'npc/functions/news.txt')
-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 aedc04167..400fc4564 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -470,7 +470,7 @@ function script EventHelp { mes l("to give double experience!"); mes ""; mes l("Farm there and get the best experience value!"); - mesc l("Location: %s", $@REGNUM_BLESSMAP_H$), 3; + mesc l("Location: %s", $REGNUM_BLESSMAP_H$), 3; ///////////////////////////////////////////////////////////////////////// } else if ($EVENT$ == "Expo") { mesc ".:: " + l("World Expo") + " ::.", 2; |