summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-02-11 22:07:57 -0500
committergumi <git@gumi.ca>2018-02-11 22:07:57 -0500
commitd7764b641a09916d06063a3621bef8eb8648dc28 (patch)
tree74dd9de053abe934e498c220d01c65c43d362520
parent8cabb12d0c227eae4f255812e8b7ec579d54753b (diff)
downloadserverdata-d7764b641a09916d06063a3621bef8eb8648dc28.tar.gz
serverdata-d7764b641a09916d06063a3621bef8eb8648dc28.tar.bz2
serverdata-d7764b641a09916d06063a3621bef8eb8648dc28.tar.xz
serverdata-d7764b641a09916d06063a3621bef8eb8648dc28.zip
update default MOTD & reduce clutter
m---------client-data0
-rw-r--r--world/map/npc/functions/motd.txt.example3
2 files changed, 1 insertions, 2 deletions
diff --git a/client-data b/client-data
-Subproject 15e18bfc48122a7f37585ca6a4bb87a2e1cadb7
+Subproject 26156abaac32854eab1e314ecea51308d8e643e
diff --git a/world/map/npc/functions/motd.txt.example b/world/map/npc/functions/motd.txt.example
index 082d31d6..f52b80f9 100644
--- a/world/map/npc/functions/motd.txt.example
+++ b/world/map/npc/functions/motd.txt.example
@@ -3,8 +3,7 @@ function|script|MOTD
setarray $@MOTD$,
"Welcome to The Mana World! (running on tmwAthena)",
- "[@@http://ow.ly/MCesp|Website & Wiki@@] [@@http://ow.ly/MCeBR|Vote For GMs@@] [@@http://ow.ly/MCehc|Bug Reports@@] [@@http://ow.ly/MCe5W|Live Support@@]",
- "Like us on [@@http://ow.ly/MCdZW|Facebook@@] [@@http://ow.ly/MCdTt|G+@@] [@@http://ow.ly/MCdJR|Youtube@@] [@@http://ow.ly/MCePp|Twitter@@]",
+ "[@@http://ow.ly/MCesp|Website & Wiki@@] [@@https://goo.gl/fC4YcM|Bug Reports@@] [@@https://goo.gl/z6YDDp|Live Support@@]",
"You can report abuse by typing in chat: @wgm Player XYZ is abusing me";
return;