diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-29 10:26:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-29 10:26:27 -0300 |
commit | 4cb7387ecc2b6c12848c22c78a4a6c40188fd4d1 (patch) | |
tree | c0fd921b730b58d3c471d44b53e88d6c5c36dca1 /npc/functions | |
parent | ade2eb57fc34836e8acf148fdb9ff5320a395321 (diff) | |
download | serverdata-4cb7387ecc2b6c12848c22c78a4a6c40188fd4d1.tar.gz serverdata-4cb7387ecc2b6c12848c22c78a4a6c40188fd4d1.tar.bz2 serverdata-4cb7387ecc2b6c12848c22c78a4a6c40188fd4d1.tar.xz serverdata-4cb7387ecc2b6c12848c22c78a4a6c40188fd4d1.zip |
Add new news entry
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/news.txt | 12 |
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; } |