PR

【3/27 12:00頃】レイド18回1期・リリース #2677

kouho opened this at 2023-03-27T08:30:36; closed

Description

opened by kouho at 2023-03-27T08:30:36; updated 2023-03-27T12:04:04

概要

レイドイベントのリリースを行うプルリクです。
新大陸報酬配布手順も記載しております

報酬配布リリース作業は3/27 11:50頃予定

参照リンク

DB更新

https://git.dev.d-es.co.jp/gitbucket/jolly/jrye-db/pull/349

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

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

TODO

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

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

  • [x] 報酬配布
# 報酬配布
cd jr-yamada/lib/exec/
#まず実行前に$debug_flg=1でsql出力
vi tool_event_newisland_present.inc
ENVIRONMENT=production PF=yamada php ./tool_event_newisland_present.inc
#出力されたsqlに問題がなければ実行前に$debug_fl=0にして実際に配布
vi tool_event_newisland_present.inc
ENVIRONMENT=production PF=yamada php ./tool_event_newisland_present.inc
(jolly-yamadaに報告:本番で新大陸の報酬を配布しました)
# 本当配布されたかプレゼント確認
  • [x] 管理画面
  • 告知
  • swf告知

達成ポイント集計

ENVIRONMENT=production PF=yamada php ./tool_event_newisland_point,inc
DB確認 cpanel_event_newisland_pt_achieve_count

リリース作業

  • [x] レイドのlogの移動
#log移動
cd jr-admin
git pull
cd lib/exec/
vi tool_delete_raid_log.inc (event_no = 47 へ変更)
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更新
Merge pull Request
#本番
ssh jr-adm
deploy db
  • [x] 本番環境更新
#本番環境に反映
Merge Pull Request
ssh jr-adm
update web
deploy web
  • [ ] 管理画面関連
  • レイド
  • 告知反映
  • swf告知反映
  • 戦闘デモ

Comment

#26531 by kouho at 2023-03-27T09:24:04; updated 2023-03-27T09:24:04

@wada
念の為確認お願いいたします

Comment

#26540 by wada at 2023-03-27T10:15:59; updated 2023-03-27T10:15:59

@kouho
確認OKです。

wada add_label at 2023-03-27T10:16:03: 和田 LGTM
kouho merge at 2023-03-27T12:01:57: 【3/27 12:00頃】レイド18回1期・リリース
kouho close at 2023-03-27T12:01:57: Close

Commit range

based849d3d6a6132947c24751b311a37dc74b815ae1
head5afec40e199ffa1071a45562b899c73617932cb1
base branchjolly/jr-web:master
head branchjolly/jr-web:release_2023032712

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/SubFunc.inc
modifiedlib/ajax/item_result.inc
modifiedlib/class/controller/JrControllerRaidEvent.class.php
modifiedlib/conf/class/RaidMonsterConfig.class.php
modifiedlib/conf/class/RaidMonsterTypeConfig.class.php
modifiedlib/conf/define_y.inc
modifiedlib/models/Raid_event.php
addedlib/models/dao/log_team_raid_item.php
modifiedlib/models/dao/team_data.php
modifiedlib/public/Main.inc
modifiedlib/public/Raid-GetMedalVs.inc
addedpublic_html/img/raid/point_item/129_1.png
addedpublic_html/img/raid/point_item/129_2.png
addedpublic_html/img/raid/point_item/130_1.png
addedpublic_html/img/raid/point_item/130_2.png
addedpublic_html/img/raid/point_item/14120_1.png
addedpublic_html/img/raid/point_item/14120_2.png
addedpublic_html/img/raid/point_item/906_1.png
addedpublic_html/img/raid/point_item/906_2.png
modifiedpublic_html/js/JOLLYROGER.js
modifiedpublic_html/js/jr_main.min.js
modifiedpublic_html/template/Item.tpl
modifiedpublic_html/template/Main.tpl
modifiedpublic_html/template/Raid-GetMedalVs.tpl
addedpublic_html/template/RaidEvent-ConfirmBlueBallChange.tpl
modifiedpublic_html/template/header_sp.tpl
modifiedpublic_html/template/parts/parts_raid_info_template.tpl
Patch body is stored as a separate file to keep this page lightweight.