diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-15 18:06:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-15 18:06:05 -0300 |
commit | 8372f0dc00704ad326f1c8d40acbaec2c3e4250b (patch) | |
tree | 10ba4b0ccb320f27e742b8fe91bee96db52f3de6 /npc/functions | |
parent | 609a9cfb63f4fed14da2860d81ad55491cde94e8 (diff) | |
download | serverdata-8372f0dc00704ad326f1c8d40acbaec2c3e4250b.tar.gz serverdata-8372f0dc00704ad326f1c8d40acbaec2c3e4250b.tar.bz2 serverdata-8372f0dc00704ad326f1c8d40acbaec2c3e4250b.tar.xz serverdata-8372f0dc00704ad326f1c8d40acbaec2c3e4250b.zip |
Manual (GM) cast of Regnum Blessing
Diffstat (limited to 'npc/functions')
-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 51ab61488..9fbb3ed6f 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -466,7 +466,7 @@ function script EventHelp { } else if ($EVENT$ == "Regnum") { mesc ".:: " + l("Regnum Blessing") + " ::.", 2; mes ""; - mes l("The regnum blessing causes all monsters in an area"); + mes l("The Regnum Blessing causes all monsters in an area"); mes l("to give double experience!"); mes ""; mes l("Farm there and get the best experience value!"); |