PR

【1/28】リリース・レイド #1513

kouho opened this at 2022-01-28T10:25:05; closed

Description

opened by kouho at 2022-01-28T10:25:05; updated 2022-01-28T12:07:25

概要

11:50頃リリース予定
レイドイベントのリリースを行うプルリクでリリース手順も記載しております。
天下無双の賞金首報酬配布 #1514 も行います。

参照リンク

【1/28】レイド11回・第3期 #1405

ブランチ

webブランチ:release_012811
dbブランチ:release_012811

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

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

TODO

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

リリース作業

  • [x] レイドのlogの移動
#log移動
cd jr-admin
git pull
cd lib/exec/
vi tool_delete_raid_log.inc (event_no = 28 へ変更)
ENVIRONMENT=production PF=yamada php tool_delete_raid_log.inc
  • [x] レイド関係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] RaidBossData
Master更新
#local環境(jrye-db)にて
git checkout master
git pull
git merge release_012811
git push 

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

Comment

#16925 by kouho at 2022-01-28T10:29:34; updated 2022-01-28T10:29:34

@wada @iwamoto
念のため確認をお願いいたします

Comment

#16926 by wada at 2022-01-28T10:32:35; updated 2022-01-28T10:32:35

@kouho
報酬テーブルは別でリリースした方が良いですか?

Comment

#16929 by kouho at 2022-01-28T10:44:45; updated 2022-01-28T10:44:45

@wada
いえまとめないとですね。入れます。

Comment

#16930 by kouho at 2022-01-28T10:49:12; updated 2022-01-28T10:49:12

@wada
【1/24】レイド報酬のテーブル参照 #1495 もマージしました。

Comment

#16936 by wada at 2022-01-28T11:29:47; updated 2022-01-28T11:29:47

@kouho
確認okです

wada add_label at 2022-01-28T11:29:51: 和田 LGTM

Comment

#16940 by iwamoto at 2022-01-28T11:43:57; updated 2022-01-28T11:43:57

@kouho
確認しました。問題ないと思います。

iwamoto add_label at 2022-01-28T11:44:04: 岩本 LGTM
kouho merge at 2022-01-28T11:57:37: 【1/28】リリース・レイド
kouho close at 2022-01-28T11:57:37: Close

Commit range

base30a822f17bbef6006a14c33082763b16381c0041
head14de5bcb22e26a45166aee22f6c87bb191545dac
base branchjolly/jr-web:master
head branchjolly/jr-web:release_012811

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed53 filesView patch
statusfile
modifiedcpanel_html/index.php
modifiedcpanel_html/template/header.tpl
addedcpanel_html/template/m_raid_event_spec.tpl
modifiedlib/SkillFunc.inc
modifiedlib/SubFunc.inc
modifiedlib/class/const/PresentNameConst.class.php
modifiedlib/class/present_box/PresentBoxContent.class.php
modifiedlib/conf/class/RaidMonsterConfig.class.php
addedlib/cpanel/m_base.inc
addedlib/cpanel/m_raid_event_spec.inc
modifiedlib/exec/tool_event_raid_point.inc
addedlib/models/Raid_reward.php
addedlib/models/dao/master_event_reward.php
modifiedlib/public/Main.inc
modifiedlib/public/Raid-Default.inc
modifiedlib/public/Raid-GetMedal.inc
modifiedlib/public/Raid-GetMedalVs.inc
modifiedlib/public/Raid-Vs.inc
addedpublic_html/img/item/120/1909.jpg
addedpublic_html/img/item/150/1909.jpg
addedpublic_html/img/item/58/1909.jpg
addedpublic_html/img/item/60/1909.jpg
addedpublic_html/img/item/70/1909.jpg
renamedpublic_html/img/raid/point_item/112_1.png -> public_html/img/raid/point_item/100287_1.png
renamedpublic_html/img/raid/point_item/112_2.png -> public_html/img/raid/point_item/100287_2.png
renamedpublic_html/img/raid/point_item/116_1.png -> public_html/img/raid/point_item/100372_1.png
renamedpublic_html/img/raid/point_item/116_2.png -> public_html/img/raid/point_item/100372_2.png
renamedpublic_html/img/raid/point_item/114_1.png -> public_html/img/raid/point_item/100435_1.png
renamedpublic_html/img/raid/point_item/114_2.png -> public_html/img/raid/point_item/100435_2.png
addedpublic_html/img/raid/point_item/100464_1.png
addedpublic_html/img/raid/point_item/100464_2.png
renamedpublic_html/img/raid/point_item/111_1.png -> public_html/img/raid/point_item/100562_1.png
renamedpublic_html/img/raid/point_item/111_2.png -> public_html/img/raid/point_item/100562_2.png
renamedpublic_html/img/raid/point_item/110_1.png -> public_html/img/raid/point_item/14001_1.png
renamedpublic_html/img/raid/point_item/110_2.png -> public_html/img/raid/point_item/14001_2.png
renamedpublic_html/img/raid/point_item/113_1.png -> public_html/img/raid/point_item/14002_1.png
renamedpublic_html/img/raid/point_item/113_2.png -> public_html/img/raid/point_item/14002_2.png
addedpublic_html/img/raid/point_item/14003_1.png
addedpublic_html/img/raid/point_item/14003_2.png
renamedpublic_html/img/raid/point_item/118_1.png -> public_html/img/raid/point_item/14106_1.png
renamedpublic_html/img/raid/point_item/118_2.png -> public_html/img/raid/point_item/14106_2.png
renamedpublic_html/img/raid/point_item/120_1.png -> public_html/img/raid/point_item/14107_1.png
renamedpublic_html/img/raid/point_item/120_2.png -> public_html/img/raid/point_item/14107_2.png
addedpublic_html/img/ranking/event_raid/info_raid29.jpg
modifiedpublic_html/js/JOLLYROGER_battle.js
modifiedpublic_html/js/jr_battle.min.js
modifiedpublic_html/template/Main.tpl
modifiedpublic_html/template/Raid-DefaultMedal.tpl
modifiedpublic_html/template/Raid-GetMedal.tpl
modifiedpublic_html/template/Raid-GetMedalVs.tpl
modifiedpublic_html/template/Raid-Vs.tpl
modifiedpublic_html/template/header_sp.tpl
modifiedtool/event/test_raid_event.php
Patch body is stored as a separate file to keep this page lightweight.