PR

【4/6】リリース・レイド12回・3期 #1706

kouho opened this at 2022-04-06T14:14:20; closed

Description

opened by kouho at 2022-04-06T14:14:20; updated 2022-04-07T10:37:34

概要

レイドイベントのリリースを行うプルリクでリリース手順も記載しております。
4/7が確認項目が多いためリリースしても問題ないものを先にリリースしようと思います。

参照リンク

【3/31】【】達眼スキル実装 #1682
【4/7】レイド12回・第3期 #1679

ブランチ

webブランチ:release_0406raid
dbブランチ:release_0406raid

テスト方法、確認した内容

開発用ブランチとの差異がないかどうか

TODO

以下のリリース手順書に沿って作業予定です。

リリース作業

  • [x] レイドのlogの移動
#log移動
cd jr-admin
git pull
cd lib/exec/
vi tool_delete_raid_log.inc (event_no = 31 へ変更)
ENVIRONMENT=production PF=yamada php tool_delete_raid_log.inc
  • [x] レイド関係DBの初期化

DBの初期化は新大陸終了後4/7午前中に行います。

#更新
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] RaidBossData
Master更新
#local環境(jrye-db)にて
git checkout master
git pull
git merge release_0406raid
git push 

#本番
ssh jr-adm
deploy db
  • [x] 本番環境更新
#本番環境に反映
Merge Pull Request
ssh jr-adm
update web
deploy web
  • [x] 管理画面関連
  • レイド
  • 告知反映
  • swf告知反映
  • 戦闘デモ

Comment

#18270 by kouho at 2022-04-06T14:21:42; updated 2022-04-06T14:21:42

@wada
確認お願いいたします。レイド関係DB初期化以外の対応を先に本番に反映させようと思います。

Comment

#18271 by wada at 2022-04-06T15:40:03; updated 2022-04-06T15:40:03

@kouho
header_sp.tplの更新された$version_battle$version内での最大値ではないので、他$versionの数値と比較して最大値になるよう設定お願いします。

Comment

#18274 by kouho at 2022-04-06T15:58:15; updated 2022-04-06T15:58:15

@wada
確認ありがとうございます。$version_battleを最大値になるように修正しました。

Comment

#18275 by wada at 2022-04-06T16:09:52; updated 2022-04-06T16:09:52

@kouho
修正確認しました。確認OKです。

wada add_label at 2022-04-06T16:09:56: 和田 LGTM
kouho merge at 2022-04-06T16:29:21: 【4/6】リリース・レイド12回・3期
kouho close at 2022-04-06T16:29:21: Close

Commit range

base73062fcdfb3a35754970d5df5a40faf293b726cf
head3fd58f090a387420061964604025fd278246a744
base branchjolly/jr-web:master
head branchjolly/jr-web:release_0406raid

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed27 filesView patch
statusfile
modifiedlib/SkillFunc.inc
modifiedlib/SubFunc.inc
modifiedlib/conf/class/RaidMonsterConfig.class.php
modifiedlib/mobile/Team__RaidMonster.inc
modifiedlib/mobile/Team__RaidMonsterGetMedal.inc
modifiedlib/mobile/Team__RaidMonsterGetMedalVs.inc
modifiedlib/mobile/Team__RaidMonsterVs.inc
modifiedlib/public/Raid-Default.inc
modifiedlib/public/Raid-GetMedal.inc
modifiedlib/public/Raid-GetMedalVs.inc
modifiedlib/public/Raid-Vs.inc
modifiedmobile_html/template/Team__RaidMonsterMedal.tpl
modifiedmobile_html/template/Team__RaidMonsterVs.tpl
addedpublic_html/img/item/120/1912.jpg
addedpublic_html/img/item/150/1912.jpg
addedpublic_html/img/item/58/1912.jpg
addedpublic_html/img/item/60/1912.jpg
addedpublic_html/img/item/70/1912.jpg
addedpublic_html/img/raid/point_item/14005_1.png
addedpublic_html/img/raid/point_item/14005_2.png
addedpublic_html/img/ranking/event_raid/info_raid32.jpg
modifiedpublic_html/js/JOLLYROGER_battle.js
modifiedpublic_html/js/jr_battle.min.js
modifiedpublic_html/template/Raid-DefaultMedal.tpl
modifiedpublic_html/template/Raid-Vs.tpl
modifiedpublic_html/template/header_sp.tpl
modifiedpublic_html/template/parts_raid_default.tpl
Patch body is stored as a separate file to keep this page lightweight.