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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/clif.cpp b/src/map/clif.cpp
index 3d6ef98..0ac518e 100644
--- a/src/map/clif.cpp
+++ b/src/map/clif.cpp
@@ -3597,7 +3597,8 @@ void clif_parse_LoadEndAck(int, dumb_ptr<map_session_data> sd)
sd->bl_x + AREA_SIZE, sd->bl_y + AREA_SIZE,
BL::NUL);
- pc_show_motd(sd);
+ if (!sd->state.seen_motd)
+ pc_show_motd(sd);
}
/*==========================================