diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-14 01:09:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-14 01:09:53 -0300 |
commit | 01ef1ceb9e8598c10c3705754a4288da27404a7f (patch) | |
tree | 8d794a2ee78d5cd66bfdc1265aa565f801cccfcf /npc/functions/scoreboards.txt | |
parent | 097543a5517cff08cfa22757974219743e049b8c (diff) | |
download | serverdata-01ef1ceb9e8598c10c3705754a4288da27404a7f.tar.gz serverdata-01ef1ceb9e8598c10c3705754a4288da27404a7f.tar.bz2 serverdata-01ef1ceb9e8598c10c3705754a4288da27404a7f.tar.xz serverdata-01ef1ceb9e8598c10c3705754a4288da27404a7f.zip |
FSF Day (license check finally completed) event was canceled
Diffstat (limited to 'npc/functions/scoreboards.txt')
-rw-r--r-- | npc/functions/scoreboards.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index efdc56446..47df65760 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -252,7 +252,7 @@ function script HallOfReferral { function script HallOfSponsor { mes l("This is in honor of all the [@@help://about-server|Contributors@@] who helped rebuilding this world, after the Monster War outbreak."); mes l("And also in notable mention of those who [@@https://www.patreon.com/TMW2|sponsor@@] the Alliance and its administrative structure."); - mes l(""); + mes ""; mes "GonzoDark, Saulc, Woody."; return; } @@ -367,7 +367,8 @@ function script HallOf2019 { //mesc l("Scheduled: July 20th ~ 31st"); mes ""; mes l(".:: Free Software Day ::."); - mesc l("Scheduled: September 9th"); + mesc l("Event Canceled"), 1; + //mesc l("Scheduled: September 9th"); mes ""; mes l(".:: International Coffee Day ::."); mesc l("Scheduled: October 1st"); |