diff options
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r-- | src/map/chrif.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c index 87e174e49..57fef3863 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -484,9 +484,11 @@ int chrif_sendmapack(int fd) //If there are players online, send them to the char-server. [Skotlex] send_users_tochar(); - - //Re-save any storages that were modified in the disconnection time. [Skotlex] + + //Auth db reconnect handling auth_db->foreach(auth_db,chrif_reconnect); + + //Re-save any storages that were modified in the disconnection time. [Skotlex] do_reconnect_storage(); return 0; |