mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-21 13:18:43 +00:00
chore(event): disable Fairy Potions
This commit is contained in:
parent
4127f36c02
commit
a3ee09e764
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
|
|||
import each from 'lodash/each';
|
||||
import t from './translation';
|
||||
|
||||
const CURRENT_SEASON = 'May';
|
||||
const CURRENT_SEASON = 'none';
|
||||
|
||||
let drops = {
|
||||
Base: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue