PR

【12/25】レイド26回・3期 #3838

kouho opened this at 2024-12-23T11:10:34; closed

Description

opened by kouho at 2024-12-23T11:10:34; updated 2024-12-26T11:30:14

概要

https://docs.google.com/spreadsheets/d/1132X3somdw_4cC3QadNuDwTjz_1bhVIp6FvslCLTLSE/edit?gid=455862815#gid=455862815

リリース

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

リリース

  • [x] dbデプロイ
  • [x] webデプロイ
  • [x] リリース作業
  • [x] 告知設定
  • [x] 戦闘デモ設定(今回更新なし)
kouho change_title at 2024-12-23T11:37:00: [WIP]【12/24】レイド26回・3期 【12/24】レイド26回・3期

Comment

#38065 by kouho at 2024-12-23T11:37:07; updated 2024-12-23T11:37:07

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

kouho change_title at 2024-12-24T14:26:23: 【12/24】レイド26回・3期 【12/25】レイド26回・3期

Comment

#38129 by wada at 2024-12-25T11:37:39; updated 2024-12-25T11:37:39

@kouho
確認OKです。

wada add_label at 2024-12-25T11:37:42: 和田 LGTM
kouho merge at 2024-12-25T14:31:42: 【12/25】レイド26回・3期
kouho close at 2024-12-25T14:31:42: Close

Commit range

based840275e9c72501eab8b3faa2b9e0a1342666ea8
head735fbf4ce6bc0554bb5107a6d4c647d6ab0a0ba5
base branchjolly/jr-web:master
head branchjolly/jr-web:raid_1227

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed16 filesView patch
statusfile
modifiedlib/conf/class/RaidMonsterConfig.class.php
addedpublic_html/img/info_event/info_event_1225_1.jpg
addedpublic_html/img/info_event/info_event_1225_2.jpg
addedpublic_html/img/info_event/info_event_1226_1.jpg
addedpublic_html/img/info_event/info_event_1226_2.jpg
addedpublic_html/img/info_jrye/4032/info1.jpg
addedpublic_html/img/info_jrye/4032/info2-3.jpg
addedpublic_html/img/info_jrye/4032/info_new_1.jpg
modifiedpublic_html/img/info_jrye/RaidEventImg/season_common/26/new_reward.jpg
modifiedpublic_html/img/info_jrye/RaidEventImg/season_common/26/ranking_reward.jpg
addedpublic_html/img/item/120/1100010.jpg
addedpublic_html/img/item/150/1100010.jpg
addedpublic_html/img/item/58/1100010.jpg
addedpublic_html/img/item/60/1100010.jpg
addedpublic_html/img/item/70/1100010.jpg
addedpublic_html/img/ranking/event_raid/info_raid74.jpg
Patch body is stored as a separate file to keep this page lightweight.