diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-14 01:08:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-14 01:08:56 -0300 |
commit | 097543a5517cff08cfa22757974219743e049b8c (patch) | |
tree | 08bee2a2797a8332bdb441ac7a70b9730cd69872 /npc | |
parent | 6ec6b99fd3ecbeaaa40d3340bc4bb72b4024dcf5 (diff) | |
download | serverdata-097543a5517cff08cfa22757974219743e049b8c.tar.gz serverdata-097543a5517cff08cfa22757974219743e049b8c.tar.bz2 serverdata-097543a5517cff08cfa22757974219743e049b8c.tar.xz serverdata-097543a5517cff08cfa22757974219743e049b8c.zip |
Update Hall Of Sponsor - why was this translatable, anyway?
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/scoreboards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index c6735d1b6..efdc56446 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -253,7 +253,7 @@ 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 l("GonzoDark, Saulc."); + mes "GonzoDark, Saulc, Woody."; return; } |