summaryrefslogtreecommitdiff
path: root/npc/functions/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r--npc/functions/news.txt12
1 files changed, 8 insertions, 4 deletions
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;
}