summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-05-07 14:38:45 -0400
committermekolat <mekolat@users.noreply.github.com>2015-05-07 14:38:45 -0400
commita4d9d4b93b3e1dffad33f96f3eecc04fb0c4bec7 (patch)
tree0decf30a14372256e674c24e8d9e6e4b6eb3d775
parent85057efe2b9d3a68f4f151b8de9e1a587cf3fae2 (diff)
downloadtmwa-a4d9d4b93b3e1dffad33f96f3eecc04fb0c4bec7.tar.gz
tmwa-a4d9d4b93b3e1dffad33f96f3eecc04fb0c4bec7.tar.bz2
tmwa-a4d9d4b93b3e1dffad33f96f3eecc04fb0c4bec7.tar.xz
tmwa-a4d9d4b93b3e1dffad33f96f3eecc04fb0c4bec7.zip
send message about source to general tab
-rw-r--r--src/map/pc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.cpp b/src/map/pc.cpp
index d99491b..1179792 100644
--- a/src/map/pc.cpp
+++ b/src/map/pc.cpp
@@ -809,7 +809,7 @@ void pc_show_motd(dumb_ptr<map_session_data> sd)
// If you remove the sending of this message,
// the license does not permit you to publicly use this software.
- clif_displaymessage(sd->sess, "This server is Free Software, for details type @source in chat or use the tmwa-source tool"_s);
+ clif_displaymessage(sd->sess, "##7Server : This server is Free Software, for details type @source in chat or use the tmwa-source tool"_s);
npc_event_doall_l(stringish<ScriptLabel>("OnPCLoginEvent"_s), sd->bl_id, nullptr);
sd->state.seen_motd = true;