Browse Source

changed cron job for plague of rats

tags/v0.4.2.1
Shaun Kichenbrand 4 years ago
parent
commit
66c156e29a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/server/config/maps/sewer/events/plagueOfRats.js

+ 1
- 1
src/server/config/maps/sewer/events/plagueOfRats.js View File

@@ -51,7 +51,7 @@ const descriptionStrings = {
};

const config = {
cron: '0/3 * * * *',
cron: '0 */3 * * *',
//cron: '* * * * *',
idFirstSpawnPhase: 6,
idFailPhase: 19,


Loading…
Cancel
Save