From 73fc8e09ef6ea23bc067ad4253c9417edccb6b2a Mon Sep 17 00:00:00 2001 From: Nuno Date: Thu, 6 May 2021 17:45:02 +0200 Subject: [PATCH] Merge branch 'outpost_refactoring' --- .../outpost_manager/outpost_commands.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ryzom/server/src/entities_game_service/outpost_manager/outpost_commands.cpp b/ryzom/server/src/entities_game_service/outpost_manager/outpost_commands.cpp index b88929cdf..fe7d7b31e 100644 --- a/ryzom/server/src/entities_game_service/outpost_manager/outpost_commands.cpp +++ b/ryzom/server/src/entities_game_service/outpost_manager/outpost_commands.cpp @@ -136,6 +136,11 @@ NLMISC_COMMAND(outpostSimulateTimer0End, "", " [ if (endTime==0) endTime = 1; outpost->simulateTimer0End(endTime); + + outpost->updateTimersForClient(); + outpost->askOutpostDBUpdate(); + outpost->askGuildDBUpdate(COutpostGuildDBUpdater::STATE_END_DATE); + return true; }