From 4cb7387ecc2b6c12848c22c78a4a6c40188fd4d1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 29 Jun 2018 10:26:27 -0300 Subject: Add new news entry --- npc/functions/news.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/news.txt b/npc/functions/news.txt index fffb37a2c..29080851b 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -162,22 +162,26 @@ function script Journalman { while (@menu != 1) { select l("Thanks for your help!"), - l("2018-05-31 (Latest)"), + l("2018-06-30 (Latest)"), + l("2018-05-31"), l("2018-04-08"), l("2018-03-23"), l("2018-03-16"); mes ""; switch (@menu) { case 2: - GameNews(20180531); + GameNews(20180630); break; case 3: - GameNews(20180408); + GameNews(20180531); break; case 4: - GameNews(20180323); + GameNews(20180408); break; case 5: + GameNews(20180323); + break; + case 6: GameNews(20180316); break; } -- cgit v1.2.3-70-g09d2