diff options
Diffstat (limited to 'src/main/resources/config.json')
-rw-r--r-- | src/main/resources/config.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/main/resources/config.json b/src/main/resources/config.json deleted file mode 100644 index d481467..0000000 --- a/src/main/resources/config.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "locale": "en-GB", - "world": "instance", - "loadingDepth": 2, - "resetDungeons": [ - { - "interval": 2592000, - "alias": "monthly", - "length": 10 - }, - { - "interval": 86400, - "alias": "daily", - "length": 10 - }, - { - "interval": 3600, - "alias": "hourly", - "length": 10 - } - ] -}
\ No newline at end of file |