PR

【9/12】レイド2期 #4256

kouho opened this at 2025-09-10T14:30:21; closed

Description

opened by kouho at 2025-09-10T14:30:21; updated 2025-09-16T13:11:21

概要

https://docs.google.com/spreadsheets/d/1HPBDRwsyiDVxvw009SaNbcXS2pLntg6tnZtUWOMc04E/edit?gid=455862815#gid=455862815

備考

  • 今回チームランキングなし
  • 勝利の証CPあり
  • 夜会CPと同時開催でないため、マッチング時間を戻す

リリース

log移動

#log移動
cd jr-yamada/lib/exec/
vi tool_delete_raid_log.inc (event_no = 前回のもの へ変更)
ENVIRONMENT=production PF=yamada php tool_delete_raid_log.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

Comment

#42297 by kouho at 2025-09-10T14:31:05; updated 2025-09-10T14:31:05

@wada
レビューお願いいたします

wada add_label at 2025-09-12T11:13:29: コメントあり
wada delete_label at 2025-09-16T11:36:10: コメントあり
wada add_label at 2025-09-16T11:36:11: 和田 LGTM

Comment

#42384 by wada at 2025-09-16T11:36:19; updated 2025-09-16T11:36:19

@kouho
確認OKです。

kouho merge at 2025-09-16T13:11:21: 【9/12】レイド2期
kouho close at 2025-09-16T13:11:21: Close

Commit range

base8ca49e392d1cb64ab5153be53dc11329c055d0fd
head2b85f4077c4f12b630932865f742dc22ea9fa873
base branchjolly/jr-web:master
head branchjolly/jr-web:raid_0917

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed30 filesView patch
statusfile
modifiedlib/conf/class/RaidMonsterConfig.class.php
modifiedlib/public/Raid-GetMedalSpirit.inc
addedpublic_html/img/info_event/info_event_1525_1.jpg
addedpublic_html/img/info_event/info_event_1525_2.jpg
addedpublic_html/img/info_event/info_event_1526_1.jpg
addedpublic_html/img/info_event/info_event_1526_2.jpg
modifiedpublic_html/img/info_jrye/RaidEventImg/season_common/30/new_reward.jpg
addedpublic_html/img/info_jrye/RaidEventImg/season_common/30/notice_header_2.jpg
modifiedpublic_html/img/info_jrye/RaidEventImg/season_common/30/ranking_reward.jpg
addedpublic_html/img/item/120/1500199.jpg
addedpublic_html/img/item/120/1500200.jpg
addedpublic_html/img/item/120/1500201.jpg
addedpublic_html/img/item/120/1500202.jpg
addedpublic_html/img/item/150/1500199.jpg
addedpublic_html/img/item/150/1500200.jpg
addedpublic_html/img/item/150/1500201.jpg
addedpublic_html/img/item/150/1500202.jpg
addedpublic_html/img/item/58/1500199.jpg
addedpublic_html/img/item/58/1500200.jpg
addedpublic_html/img/item/58/1500201.jpg
addedpublic_html/img/item/58/1500202.jpg
addedpublic_html/img/item/60/1500199.jpg
addedpublic_html/img/item/60/1500200.jpg
addedpublic_html/img/item/60/1500201.jpg
addedpublic_html/img/item/60/1500202.jpg
addedpublic_html/img/item/70/1500199.jpg
addedpublic_html/img/item/70/1500200.jpg
addedpublic_html/img/item/70/1500201.jpg
addedpublic_html/img/item/70/1500202.jpg
addedpublic_html/img/ranking/event_raid/info_raid85.jpg
Patch body is stored as a separate file to keep this page lightweight.