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