From 23aa8816357a24e480f133e7138e8ac78af757e5 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 24 Oct 2013 11:18:23 -0700 Subject: Show MOTD after GUI is created --- src/map/clif.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/clif.cpp') 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 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); } /*========================================== -- cgit v1.2.3-70-g09d2