diff options
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r-- | src/map/chrif.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c index a75c48ecb..26c7b10cc 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -510,6 +510,9 @@ void chrif_on_ready(void) //Re-save any storages that were modified in the disconnection time. [Skotlex] do_reconnect_storage(); + + //Re-save any guild castles that were modified in the disconnection time. + guild_castle_reconnect(-1, 0, 0); } |