Skip to content

Commit

Permalink
活動歐洲抽
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshino authored Aug 7, 2024
1 parent 7b80a76 commit 7e9a7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/controller/princess/gacha.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ async function gacha(context, { match, pickup, ensure = false, europe = false })
const now = moment();
const month = now.month() + 1;
const date = now.date();
const isEventTime = month === 6 && date >= 9 && date <= 11;
const isEventTime = month === 8 && date >= 8 && date <= 16;

// 只有 12/31~1/1 這兩天才會開放歐洲轉蛋池
if (europe && !isEventTime) {
Expand Down

0 comments on commit 7e9a7f9

Please sign in to comment.