summaryrefslogtreecommitdiff
path: root/src/map/pc.cpp
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-08-16 14:02:55 -0500
committerWushin <pasekei@gmail.com>2015-08-16 14:02:55 -0500
commitd6b51d91f755030881fa7e4316418f3ac30396a1 (patch)
tree316e09dd5f0c29cac127bfd1e2bc231b30d98f3c /src/map/pc.cpp
parent22cec0e1a4eb7476028b7b230ac30bb83e5bea27 (diff)
parent0a3acd15fdddb2fbedf49fe6ea58740ca835206b (diff)
downloadtmwa-d6b51d91f755030881fa7e4316418f3ac30396a1.tar.gz
tmwa-d6b51d91f755030881fa7e4316418f3ac30396a1.tar.bz2
tmwa-d6b51d91f755030881fa7e4316418f3ac30396a1.tar.xz
tmwa-d6b51d91f755030881fa7e4316418f3ac30396a1.zip
Merge pull request #134 from wushin/broken-nick-fix
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;