diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-11-02 19:22:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-11-02 19:22:43 -0300 |
commit | fbf79e6160c4800ec48f107c88d90a740fb3d55d (patch) | |
tree | 1f9910374089ca510380b2d10ff47cdb0cfdcaf5 /npc/functions | |
parent | d7038a66728d9f5ab889050be288556aa73031eb (diff) | |
download | serverdata-fbf79e6160c4800ec48f107c88d90a740fb3d55d.tar.gz serverdata-fbf79e6160c4800ec48f107c88d90a740fb3d55d.tar.bz2 serverdata-fbf79e6160c4800ec48f107c88d90a740fb3d55d.tar.xz serverdata-fbf79e6160c4800ec48f107c88d90a740fb3d55d.zip |
Update translations, bug fixes, rent Light Bringer for only one hourr07.2_20181102
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/news.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index c0fed4294..b61c79da7 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -8,6 +8,13 @@ function script GameNews { .@entry=getarg(0, 0); switch(.@entry) { case 0: + case 20181102: + mesc l("Release 7.2 - Frozen Jesusalva"); + next; + mes ""; + mesc l("The Alliance prepared an attack against the Monster King. Report at Nivalis Guard for more information."); + mesc l("Event Duration: November 3rd ~ November 9th 2018"), 1; + next; // No break case 20180913: mes ""; mesc l("Release 7.0 - Polished Emerald"); |