Reverted revision 8919 timed hunting zone changes.

Contributed by nasseka.
This commit is contained in:
MobiusDevelopment
2021-07-02 23:07:29 +00:00
parent 082e6cc2f9
commit 8a311baada
24 changed files with 372 additions and 37 deletions

View File

@@ -24,8 +24,8 @@
</schedule>
<!-- Schedule the weekly timed hunting zones reset task every WEDNESDAY at 6:30 -->
<schedule name="timedHuntingZoneReset" hour="06" minute="30" dayOfWeek="3">
<event name="#onResetTimedHuntingZones" />
<schedule name="weeklytimedHuntingZoneReset" hour="06" minute="30" dayOfWeek="3">
<event name="#onResetWeeklyTimedHuntingZones" />
</schedule>
<!-- Schedule the weekly Throne of Heroes reset task every WEDNESDAY at 6:30 -->
@@ -46,6 +46,8 @@
<!-- Attach condition to reset if server boots up in after 6:30 and hasn't reset yet -->
<conditionalSchedule>
<run name="reset" if="HASNT_RUN" />
<run name="weeklytimedHuntingZoneReset" if="HASNT_RUN" />
<run name="resetThroneOfHeroes" if="HASNT_RUN" />
<run name="clanLeaderApply" if="HASNT_RUN" />
<run name="vitalityReset" if="HASNT_RUN" />
<run name="dailyVitalityReset" if="HASNT_RUN" />