diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-18 05:57:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-18 05:57:44 -0300 |
commit | 60ff4413bc1a6acd5b21ccb3bc65c746a9dcbb14 (patch) | |
tree | f4e9bf6900983bdf82e1d83db912829dbab50b09 /npc/functions/news.txt | |
parent | 5c90003cf468780c7dc6c3860928749afaf07a42 (diff) | |
download | serverdata-60ff4413bc1a6acd5b21ccb3bc65c746a9dcbb14.tar.gz serverdata-60ff4413bc1a6acd5b21ccb3bc65c746a9dcbb14.tar.bz2 serverdata-60ff4413bc1a6acd5b21ccb3bc65c746a9dcbb14.tar.xz serverdata-60ff4413bc1a6acd5b21ccb3bc65c746a9dcbb14.zip |
Server Restart: The Regnum's Blessing effects will now be preserved.
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; |