PR

【4/18】レイド2期 #4017

kouho opened this at 2025-04-16T16:36:46; closed

Description

opened by kouho at 2025-04-16T16:36:46; updated 2025-04-22T11:11:25

概要

https://docs.google.com/spreadsheets/d/11P5_wej6bKmRARP9TMLR9hDO7YP-40RrGtEmAttP7iY/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

リリース

  • [ ] dbデプロイ
  • [ ] webデプロイ
  • [ ] リリース作業
  • [ ] 告知設定
  • [ ] 戦闘デモ設定(今回更新なし)

Comment

#40010 by kouho at 2025-04-16T16:39:17; updated 2025-04-16T16:39:17

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

Comment

#40032 by wada at 2025-04-18T10:17:29; updated 2025-04-18T10:17:29

@kouho
ローズヒップティーSSと転生らいおんがランキング報酬に含まれていません。

Comment

#40033 by wada at 2025-04-18T10:25:54; updated 2025-04-18T10:25:54

@kouho
スキル「乱流の檻」の公開をお願いします。

wada add_label at 2025-04-18T10:25:58: コメントあり

Comment

#40049 by kouho at 2025-04-18T14:01:44; updated 2025-04-18T14:01:44

@wada
確認ありがとうございます。以下修正しました。
> ローズヒップティーSSと転生らいおんがランキング報酬に含まれていません。

> スキル「乱流の檻」の公開をお願いします。

> スキル「乱流の檻」の公開をお願いします。

Comment

#40057 by wada at 2025-04-21T09:23:49; updated 2025-04-21T09:23:49

@kouho
確認OKです。

wada delete_label at 2025-04-21T09:23:54: コメントあり
wada add_label at 2025-04-21T09:23:57: 和田 LGTM
kouho merge at 2025-04-22T11:11:25: 【4/18】レイド2期
kouho close at 2025-04-22T11:11:25: Close

commit comment

#288 by wada at 2025-04-18T10:32:17; lib/exec/matching_raid_battle_new.php / old:None new:386
cb0d209f6756d0f2fc0021bea04c8d2d6a3cd191

@kouho
閉じ括弧がありません。

Commit range

base5e1eddf6a78a25acbdfd1955883276b2254c50a2
head3cf5d415d524b4443f9bd1d84b1d67fb21ec457b
base branchjolly/jr-web:master
head branchjolly/jr-web:raid_0423

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed12 filesView patch
statusfile
modifiedlib/conf/class/BattleEventConfig.class.php
modifiedlib/conf/class/RaidMonsterConfig.class.php
modifiedlib/exec/matching_raid_battle_new.php
addedpublic_html/img/info_event/info_event_1354_1.jpg
addedpublic_html/img/info_event/info_event_1354_2.jpg
addedpublic_html/img/info_event/info_event_1355_1.jpg
addedpublic_html/img/info_event/info_event_1355_2.jpg
addedpublic_html/img/info_jrye/RaidEventImg/season_common/28/header_2.jpg
modifiedpublic_html/img/info_jrye/RaidEventImg/season_common/28/new_reward.jpg
addedpublic_html/img/info_jrye/RaidEventImg/season_common/28/notice_header_2.jpg
modifiedpublic_html/img/info_jrye/RaidEventImg/season_common/28/ranking_reward.jpg
addedpublic_html/img/ranking/event_raid/info_raid79.jpg
Patch body is stored as a separate file to keep this page lightweight.

Review comment

#288 by wada at 2025-04-18T10:32:17; lib/exec/matching_raid_battle_new.php / old:None new:386
cb0d209f6756d0f2fc0021bea04c8d2d6a3cd191

@kouho
閉じ括弧がありません。