diff options
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index a87748227..a84622d54 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -7978,6 +7978,7 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd) clif_announce(&sd->bl, output, strlen(output) + 1, 0x00CC66, 3); } + map_iwall_get(sd); // Updates Walls Info on this Map to Client sd->state.changemap = false; } |