Fix buying some items

This commit is contained in:
Phillip Thelen
2024-02-21 17:31:19 +01:00
committed by Sabe Jones
parent bca3e96e9c
commit fe2c02679e
3 changed files with 8 additions and 7 deletions

View File

@@ -4,7 +4,6 @@ import { // eslint-disable-line import/no-cycle
model as Group,
TAVERN_ID as tavernId,
} from '../models/group';
import common from '../../common';
import { REPEATING_EVENTS } from '../../common/script/content/constants';
import { getCurrentGalaEvent } from '../../common/script/content/constants/schedule';