mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-21 19:24:15 +00:00
fix(event): disable seasonal potions
This commit is contained in:
parent
86d1bdaff1
commit
9129e22433
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 = 'March';
|
||||
const CURRENT_SEASON = '_NONE_';
|
||||
|
||||
let drops = {
|
||||
Base: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue