Merge branch 'outpost_refactoring'

feature/prepare-cross-merge
Nuno 4 years ago committed by kaetemi
parent c2fa3133b9
commit 73fc8e09ef
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -136,6 +136,11 @@ NLMISC_COMMAND(outpostSimulateTimer0End, "", "<outpost_id> [<absolute end time>
if (endTime==0) endTime = 1; if (endTime==0) endTime = 1;
outpost->simulateTimer0End(endTime); outpost->simulateTimer0End(endTime);
outpost->updateTimersForClient();
outpost->askOutpostDBUpdate();
outpost->askGuildDBUpdate(COutpostGuildDBUpdater::STATE_END_DATE);
return true; return true;
} }

Loading…
Cancel
Save