diff options
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r-- | src/map/chrif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c index 4c70aff90..a75c48ecb 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -458,6 +458,7 @@ int chrif_connectack(int fd) if( !char_init_done ) { char_init_done = true; ShowStatus("Event '"CL_WHITE"OnInterIfInitOnce"CL_RESET"' executed with '"CL_WHITE"%d"CL_RESET"' NPCs.\n", npc_event_doall("OnInterIfInitOnce")); + guild_castle_map_init(); } return 0; |