PR

GWキャンペーンのリセット回数適正化 #4648

wada opened this at 2026-05-08T11:21:47; closed

Description

opened by wada at 2026-05-08T11:21:47; updated 2026-05-08T11:58:26

概要

5/8のみリセット消費GOLDを決めるリセット回数からリセット前の海域ミッション(before_quest_no)を除外

海域ミッションID(21, 22, 23, 24, 25, 127, 128, 129, 130, 131)

#21, 22, 23, 24, 25
海域イベントで導石をn個消費する

#127, 128, 129, 130, 131
冒険で暁光の導石をn個集める

リセット前だけ?

海域ミッションを除外は以下のイメージ

その他 → 海域 → その他(2回リセット)
↓
その他 → その他(1回リセット)

海域を挟んだ1回分を除外したいので、before_quest_noだけ除外

Comment

#45828 by wada at 2026-05-08T11:21:56; updated 2026-05-08T11:21:56

@kouho
レビューお願いします。

kouho add_label at 2026-05-08T11:54:56: 皇甫 LGTM

Comment

#45830 by kouho at 2026-05-08T11:56:49; updated 2026-05-08T11:56:49

@wada
確認OKです

wada merge at 2026-05-08T11:58:22: GWキャンペーンのリセット回数適正化
wada close at 2026-05-08T11:58:23: Close
wada delete_branch at 2026-05-08T11:58:26: fix_gwcp_refresh_gold

Commit range

base46515822d04b080029215aa8d9f33b17958591bc
head1bf11fc579857025e0bdf9b958f272874340f80c
base branchjolly/jr-web:master
head branchjolly/jr-web:fix_gwcp_refresh_gold

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed5 filesView patch
statusfile
modifiedlib/conf/class/SlotCampaignQuestConfig.class.php
modifiedlib/models/dao/Slot_campaign_quest_repository.php
modifiedtests/slot_campaign_quest/SlotCampaignQuestConfigTest.php
modifiedtests/slot_campaign_quest/SlotCampaignQuestModelTest.php
modifiedtests/slot_campaign_quest/SlotCampaignQuestRepositoryTest.php
Patch body is stored as a separate file to keep this page lightweight.