mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
fix(mystery): typo
This commit is contained in:
parent
f7c6e9063b
commit
703451d452
2 changed files with 2 additions and 2 deletions
2
dist/habitrpg-shared.js
vendored
2
dist/habitrpg-shared.js
vendored
|
|
@ -9895,7 +9895,7 @@ mystery = {
|
|||
},
|
||||
201411: {
|
||||
start: '2014-11-24',
|
||||
end: '2014-11-02'
|
||||
end: '2014-12-02'
|
||||
},
|
||||
wondercon: {
|
||||
start: '2014-03-24',
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ mystery =
|
|||
201408: {start:'2014-08-23',end:'2014-09-02'}
|
||||
201409: {start:'2014-09-24',end:'2014-10-02'}
|
||||
201410: {start:'2014-10-24',end:'2014-11-02'}
|
||||
201411: {start:'2014-11-24',end:'2014-11-02'}
|
||||
201411: {start:'2014-11-24',end:'2014-12-02'}
|
||||
wondercon: {start:'2014-03-24',end:'2014-04-01'} # not really, but the mechanic works
|
||||
|
||||
gear =
|
||||
|
|
|
|||
Loading…
Reference in a new issue