PR

【5/27】レイド3期_0602 #4685

noda opened this at 2026-05-26T15:41:40; closed

Description

opened by noda at 2026-05-26T15:41:40; updated 2026-05-29T14:38:11

概要

仕様書

DB更新

jolly/jrye-db#1431

リリース作業

log移動

#log移動
cd jr-yamada/lib/exec/
vi tool_delete_raid_log.inc (event_no = 94へ変更)
ENVIRONMENT=production PF=yamada php tool_delete_raid_log.inc

vi tool_delete_raid_log_spirit.inc (event_no = 94へ変更)
ENVIRONMENT=production PF=yamada php tool_delete_raid_log_spirit.inc

DBの初期化

#更新
UPDATE `user_mission` SET `raid_point`=0,`raid_point2`=0,`total_raid_point`=0,`m_event_limit`=0;
UPDATE `team_data` SET `raid_stamina`=0,`raid_monster`=0,`raid_monster_vs`=0,`raid_lv`=0,`raid_count`=0,`total_raid_count`=0,`event_raid_count`=0,`war_bonus_time`=0,`event_prize`=0,`raid_vs_end_time`=0;

#確認用
SELECT `user_no`,`raid_point`,`raid_point2`,`total_raid_point`,`m_event_limit` FROM `user_mission` ORDER BY `m_event_limit` DESC
SELECT `raid_stamina`,`raid_monster`,`raid_monster_vs`,`raid_lv`,`raid_count`,`total_raid_count`,`event_raid_count`,`war_bonus_time`,`event_prize`,`raid_vs_end_time` FROM `team_data` WHERE del_flg=0 ORDER BY `raid_stamina` DESC

タスク

  • [x] DB側スキル修正が必要&支援デッキ登録
  • [x] データリセット
  • [ ] デプロイ(要連絡)
  • [ ] 告知反映
  • [ ] 本番確認依頼
  • [ ] log移動・DBの初期化
noda add_label at 2026-05-26T17:45:27: レビュー待ち

Comment

#46260 by noda at 2026-05-26T17:45:32; updated 2026-05-26T17:45:32

@wada
遅くなりすみません。レビューお願いします。

noda change_title at 2026-05-26T17:45:37: 【WIP】【5/27】レイド3期_0602 【5/27】レイド3期_0602

Comment

#46332 by wada at 2026-05-28T15:17:02; updated 2026-05-28T15:17:02

@noda
仕様書ではレアレイド討伐報酬の冒険の陸地のコンパスが塗りつぶされています。設定なしであれば実装内容と違ってきます。

<img src="https://jolly-gitbucket.curl-catla.ts.net/gitbucket/jolly/jr-web/_attached/1779948718280Jyb81Me0On" width="200">

Comment

#46333 by noda at 2026-05-28T15:34:02; updated 2026-05-28T15:34:02

@wada
>仕様書ではレアレイド討伐報酬の冒険の陸地のコンパスが塗りつぶされています。設定なしであれば実装内容と違ってきます。

すみません。黄さんと中戸さんに確認し、報酬に含める方向でした。(併催する夜会CPの対象ステージが陸地・遺跡のため)
仕様書を更新しました。

Comment

#46335 by noda at 2026-05-28T16:12:15; updated 2026-05-28T16:12:15

@wada
黄さんより陸地のコンパス無しと連絡があったので更新しました。

Comment

#46336 by wada at 2026-05-28T17:01:13; updated 2026-05-28T17:01:13

@noda
確認OKです。

wada add_label at 2026-05-28T17:01:16: 和田 LGTM
noda merge at 2026-05-29T14:38:02: 【5/27】レイド3期_0602
noda close at 2026-05-29T14:38:02: Close
noda delete_branch at 2026-05-29T14:38:11: raid_0602

Commit range

baseba687bc0ddf34c7fdd6bc8d3205978f614c2ab21
head60ba6180a0b95de24a8e0da04a3b23cb3f6ae99c
base branchjolly/jr-web:master
head branchjolly/jr-web:raid_0602

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed9 filesView patch
statusfile
modifiedlib/conf/class/RaidMonsterConfig.class.php
addedpublic_html/img/info_event/info_event_1844_1.jpg
addedpublic_html/img/info_event/info_event_1844_2.jpg
addedpublic_html/img/info_event/info_event_1845_1.jpg
addedpublic_html/img/info_event/info_event_1845_2.jpg
addedpublic_html/img/info_jrye/RaidEventImg/season_common/33/new_point_overview_3.jpg
addedpublic_html/img/info_jrye/RaidEventImg/season_common/33/new_reward_3.jpg
addedpublic_html/img/info_jrye/RaidEventImg/season_common/33/ranking_reward_3.jpg
addedpublic_html/img/ranking/event_raid/info_raid95.jpg
Patch body is stored as a separate file to keep this page lightweight.