PR

【7/20】リリース #973

kouho opened this at 2021-07-19T18:56:03; closed

Description

opened by kouho at 2021-07-19T18:56:03; updated 2025-01-20T11:20:54

【7/20】レイド8回・3期 #909
【7/6】新大陸イベント #890 報酬配布

webブランチ:release_0720
dbブランチ:release_0720

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

#報酬
1-10:カーバンクル×7 鉄槌の女教授リアンネ×5 【秘宝隠しのキャプテンキッド】勝利の証×120
11-30:カーバンクル×5  鉄槌の女教授リアンネ×4 【秘宝隠しのキャプテンキッド】勝利の証×100
31-100:カーバンクル×4 鉄槌の女教授リアンネ×3 【秘宝隠しのキャプテンキッド】勝利の証×80
101-300:カーバンクル×3 鉄槌の女教授リアンネ×2 【秘宝隠しのキャプテンキッド】勝利の証×60
301-500:カーバンクル×2 鉄槌の女教授リアンネ×1 【秘宝隠しのキャプテンキッド】勝利の証×40
501-700:カーバンクル×1 【秘宝隠しのキャプテンキッド】勝利の証×20
701-900:【秘宝隠しのキャプテンキッド】勝利の証×5
901-1000:5000GOLD
1001~ 500ベル
  • [x] 報酬配布
# 報酬配布
cd /jr-yamada/lib/exec/
#まず実行前に$debug_fl=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] レイドのlogの移動
#log移動
cd jr-admin
git pull
cd lib/exec/
vi tool_delete_raid_log.inc (event_no = 19 へ変更)
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環境(jrey-db)にて
git checkout master
git pull
git merge release_0720
git push 

#本番
ssh jr-adm
deploy db
  • [x] 本番環境更新
#本番環境に反映
Merge Pull Request
ssh jr-adm
update web
deploy web

Comment

#12307 by kouho at 2021-07-19T19:06:54; updated 2021-07-19T19:06:54

@wada @iwamoto
念のためリリース内容の確認をお願いいたします。

Comment

#12308 by wada at 2021-07-20T09:36:50; updated 2021-07-20T09:36:50

確認しました。

Comment

#12310 by iwamoto at 2021-07-20T09:54:37; updated 2021-07-20T09:54:37

確認しました。

kouho merge at 2021-07-20T12:03:57: 【7/20】リリース
kouho close at 2021-07-20T12:03:57: Close
kouho delete_branch at 2021-07-20T12:13:11: release_0720

Commit range

base8d4969fccd59f04903812fd70175ccd16c4550fa
head78c58d9996f888a2efc9da11a36b70636b903aff
base branchjolly/jr-web:master
head branchjolly/jr-web:release_0720

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed7 filesView patch
statusfile
modifiedlib/conf/class/RaidMonsterConfig.class.php
addedpublic_html/img/raid/point_item/113_1.png
addedpublic_html/img/raid/point_item/113_2.png
addedpublic_html/img/raid/point_item/31_1.png
addedpublic_html/img/raid/point_item/31_2.png
addedpublic_html/img/ranking/event_raid/info_raid20.jpg
modifiedpublic_html/template/page_raid_footer.tpl
Patch body is stored as a separate file to keep this page lightweight.