summaryrefslogtreecommitdiff
path: root/src/map/clif.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.cpp')
-rw-r--r--src/map/clif.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.cpp b/src/map/clif.cpp
index 1728041..3d6ef98 100644
--- a/src/map/clif.cpp
+++ b/src/map/clif.cpp
@@ -3596,6 +3596,8 @@ void clif_parse_LoadEndAck(int, dumb_ptr<map_session_data> sd)
sd->bl_x - AREA_SIZE, sd->bl_y - AREA_SIZE,
sd->bl_x + AREA_SIZE, sd->bl_y + AREA_SIZE,
BL::NUL);
+
+ pc_show_motd(sd);
}
/*==========================================