PR

【5/24】レイドリリース・新大陸報酬配布 #1856

kouho opened this at 2022-05-23T14:33:58; closed

Description

opened by kouho at 2022-05-23T14:33:58; updated 2022-05-24T12:06:45

概要

レイドイベントのリリースを行うプルリクでリリース手順も記載しております。
反映は11:50頃予定

参照リンク

【5/24】レイド13回・第2期 #1766

ブランチ

webブランチ:raid_34
dbブランチ:raid_34

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

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

TODO

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

新大陸イベントの報酬配布

【5/24】新大陸報酬配布 #1855

リリース作業

  • [x] レイドのlogの移動
#log移動
cd jr-admin
git pull
cd lib/exec/
vi tool_delete_raid_log.inc (event_no = 33 へ変更)
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 raid_34
git push 

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

Comment

#19267 by wada at 2022-05-23T14:57:54; updated 2022-05-23T14:57:54

@kouho
確認okです

kouho merge at 2022-05-24T12:02:33: 【5/24】レイドリリース・新大陸報酬配布
kouho close at 2022-05-24T12:02:33: Close

Commit range

base3458f276bb3bc20fb860ed4c0524c7380bdbe089
headc469475d4fcd94c368f8e86f5f616d3593048c69
base branchjolly/jr-web:master
head branchjolly/jr-web:raid_34

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/class/const/PresentNameConst.class.php
modifiedlib/conf/class/RaidMonsterConfig.class.php
addedpublic_html/img/banner/RaidEvent/raid_banner_34_1.jpg
addedpublic_html/img/banner/RaidEvent/raid_banner_34_2.jpg
addedpublic_html/img/banner/RaidEvent/raid_banner_34_end_1.jpg
addedpublic_html/img/banner/RaidEvent/raid_banner_34_end_2.jpg
addedpublic_html/img/raid/point_item/120_1.png
addedpublic_html/img/raid/point_item/120_2.png
addedpublic_html/img/raid/point_item/121_1.png
addedpublic_html/img/raid/point_item/121_2.png
addedpublic_html/img/raid/point_item/122_1.png
addedpublic_html/img/raid/point_item/122_2.png
addedpublic_html/img/raid/point_item/123_1.png
addedpublic_html/img/raid/point_item/123_2.png
addedpublic_html/img/ranking/event_raid/info_raid34.jpg
modifiedpublic_html/template/Raid-DefaultMedal.tpl
Patch body is stored as a separate file to keep this page lightweight.