PR

【11/27】レイド31回・2期 #4391

kouho opened this at 2025-11-25T16:05:04; closed

Description

opened by kouho at 2025-11-25T16:05:04; updated 2025-12-01T16:25:53

概要

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

リリース作業

log移動

#log移動
cd jr-yamada/lib/exec/
vi tool_delete_raid_log.inc (event_no = 87へ変更)
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

#43259 by kouho at 2025-11-25T16:05:49; updated 2025-11-25T16:05:49

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

Comment

#43291 by wada at 2025-11-28T15:52:35; updated 2025-11-28T15:52:35

@kouho
確認OKです。

wada add_label at 2025-11-28T15:52:39: 和田 LGTM
kouho merge at 2025-12-01T16:25:53: 【11/27】レイド31回・2期
kouho close at 2025-12-01T16:25:53: Close

Commit range

basec069a43de2686d648d9ddba3be8797a31bb79f10
headf035232f694b7b7eb19635a2fdefbb15fdadb510
base branchjolly/jr-web:master
head branchjolly/jr-web:raid_1202

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed36 filesView patch
statusfile
modifiedlib/SubFunc.inc
modifiedlib/class/controller/JrControllerRaidEvent.class.php
modifiedlib/conf/class/RaidMonsterConfig.class.php
addedpublic_html/img/info_event/info_event_1611_1.jpg
addedpublic_html/img/info_event/info_event_1611_2.jpg
addedpublic_html/img/info_event/info_event_1612_1.jpg
addedpublic_html/img/info_event/info_event_1612_2.jpg
addedpublic_html/img/info_jrye/RaidEventImg/season_common/31/new_point_overview_2.jpg
addedpublic_html/img/info_jrye/RaidEventImg/season_common/31/new_reward_2.jpg
addedpublic_html/img/info_jrye/RaidEventImg/season_common/31/ranking_reward_2.jpg
addedpublic_html/img/item/120/1500219.jpg
addedpublic_html/img/item/120/1500220.jpg
addedpublic_html/img/item/120/1500221.jpg
addedpublic_html/img/item/120/1500222.jpg
addedpublic_html/img/item/120/1500223.jpg
addedpublic_html/img/item/150/1500219.jpg
addedpublic_html/img/item/150/1500220.jpg
addedpublic_html/img/item/150/1500221.jpg
addedpublic_html/img/item/150/1500222.jpg
addedpublic_html/img/item/150/1500223.jpg
addedpublic_html/img/item/58/1500219.jpg
addedpublic_html/img/item/58/1500220.jpg
addedpublic_html/img/item/58/1500221.jpg
addedpublic_html/img/item/58/1500222.jpg
addedpublic_html/img/item/58/1500223.jpg
addedpublic_html/img/item/60/1500219.jpg
addedpublic_html/img/item/60/1500220.jpg
addedpublic_html/img/item/60/1500221.jpg
addedpublic_html/img/item/60/1500222.jpg
addedpublic_html/img/item/60/1500223.jpg
addedpublic_html/img/item/70/1500219.jpg
addedpublic_html/img/item/70/1500220.jpg
addedpublic_html/img/item/70/1500221.jpg
addedpublic_html/img/item/70/1500222.jpg
addedpublic_html/img/item/70/1500223.jpg
addedpublic_html/img/ranking/event_raid/info_raid88.jpg
Patch body is stored as a separate file to keep this page lightweight.