summaryrefslogtreecommitdiff
path: root/src/map/pc.cpp
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-08-02 22:55:03 -0500
committerwushin <pasekei@gmail.com>2015-08-03 14:06:02 -0500
commit0a3acd15fdddb2fbedf49fe6ea58740ca835206b (patch)
tree6bf22546423f63bc23dd90f9d66ccb05691cd268 /src/map/pc.cpp
parent98e908eec29e9b5b02fb7d7bf29886dfeb98c7dd (diff)
downloadtmwa-0a3acd15fdddb2fbedf49fe6ea58740ca835206b.tar.gz
tmwa-0a3acd15fdddb2fbedf49fe6ea58740ca835206b.tar.bz2
tmwa-0a3acd15fdddb2fbedf49fe6ea58740ca835206b.tar.xz
tmwa-0a3acd15fdddb2fbedf49fe6ea58740ca835206b.zip
Fix Broken Nick M+ Issue
Diffstat (limited to 'src/map/pc.cpp')
-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 96233e1..254ecb5 100644
--- a/src/map/pc.cpp
+++ b/src/map/pc.cpp
@@ -812,7 +812,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, "##7Server : This server is Free Software, for details type @source in chat or use the tmwa-source tool"_s);
+ clif_displaymessage(sd->sess, "Server : ##7This 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;