diff options
Diffstat (limited to 'npc')
-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"); |