PR

【6/20】新大陸リリース・レイド報酬配布 #1970

kouho opened this at 2022-06-17T14:18:31; closed

Description

opened by kouho at 2022-06-17T14:18:31; updated 2022-06-20T12:16:24

概要

以下のPRです。
報酬配布&リリース作業は6/20 11:50頃から開始予定

  • 新大陸イベントのリリース 【6/20】新大陸イベント #1864

以下の手順も掲載しています

  • レイドの報酬配布

ブランチ

web:new_island_18
db:new_island_18

db PR

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

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

  • 開発ブランチとの差異はないか
  • 新大陸は正常に開催されるか

TODO

リリース作業

レイドイベント報酬の配布

レイド報酬配布
1-5    | 限定カード*6 - 限定カード2*6 - とくぱん*2 - 勝利の証*120 強化アイテム
6-10   | 限定カード*5 - 限定カード2*5 - とくぱん*1 - 勝利の証*100 強化アイテム
11-30   | 限定カード*4 - 限定カード2*4 - 勝利の証*80 強化アイテム
31-150  | 限定カード*3 - 限定カード2*3 - 勝利の証*60 強化アイテム
151-250 | 限定カード*2 - 限定カード2*2 - 勝利の証*40
251-500 | 限定カード*1 - 限定カード2*1 - 勝利の証*30
501-800 | 限定カード*1 勝利の証*5
801~1000 | 勝利の証*5
1001 ~ 位 | 500ベル 以下
  • [x] レイド報酬配布
# 報酬配布
(実行前に$debug_flgを0に設定)
cd /jr-yamada/lib/exec/
vi tool_event_raid_present.inc
ENVIRONMENT=production PF=yamada php ./tool_event_raid_present.inc

# ポイント集計
ENVIRONMENT=production PF=yamada php ./tool_event_raid_point.inc

リリース

  • [x] DBの初期化
#DBの初期化

1.team_data 
更新
UPDATE team_data SET event_info = 0,event_info2 = 50,event_info3 = 0 WHERE `del_flg` = 0;
確認
SELECT  `team_no` ,  `event_info` ,  `event_info2` ,  `event_info3`  FROM  `team_data` WHERE `del_flg` = 0;

2.user_event_new_island
更新(空にする)
truncate table  user_event_new_island;
確認
SELECT  * FROM  `user_event_new_island`;
  • [x] 本番DB更新
Merge Pull Request
ssh jr-adm
deploy db
  • [x] 本番環境更新
#本番環境に反映
Merge Pull Request
ssh jr-adm
update web
deploy web

ssh jr-web01
#実際に更新のあったファイルが更新された確認

管理画面

  • 新大陸
  • 告知
  • swf告知
  • トレード解禁告知
  • 告知バナー
  • カードステータス
  • 戦闘デモ
  • レイド
  • 告知
  • swf告知

Merge master

  • [x] develop
  • [x] cpanel

close issue and branch

  • [x] issue
  • [x] branch

Comment

#20114 by kouho at 2022-06-17T14:21:52; updated 2022-06-17T14:21:52

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

Comment

#20118 by wada at 2022-06-17T15:29:23; updated 2022-06-17T15:29:23

@kouho
確認okです

wada add_label at 2022-06-17T15:29:25: 和田 LGTM
kouho merge at 2022-06-20T12:08:55: 【6/20】新大陸リリース・レイド報酬配布
kouho close at 2022-06-20T12:08:55: Close

Commit range

base8d1d0d0c1d58dba201b9a21b7257baa27a95a56c
headf64e375ee61b2808c4de56c2ee6346506bbb68dd
base branchjolly/jr-web:master
head branchjolly/jr-web:newisland_18

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/conf/class/NewIslandConfig.class.php
modifiedlib/conf/class/NewIslandStageConfig.class.php
addedpublic_html/img/banner/newisland/banner_18_1.jpg
addedpublic_html/img/banner/newisland/banner_18_2.jpg
addedpublic_html/img/banner/newisland/banner_18_end_1.jpg
addedpublic_html/img/banner/newisland/banner_18_end_2.jpg
addedpublic_html/img/card_piece/card_detail/740_1.png
addedpublic_html/img/card_piece/card_detail/740_2.png
addedpublic_html/img/card_piece/icon/114.png
addedpublic_html/img/item/card_piece/120/114.jpg
addedpublic_html/img/item/card_piece/150/114.jpg
addedpublic_html/img/item/card_piece/60/114.jpg
addedpublic_html/img/item/card_piece/70/114.jpg
addedpublic_html/img/mission/newisland/18/effect/ef624.jpg
addedpublic_html/img/mission/newisland/18/effect/ef628.png
addedpublic_html/img/mission/newisland/18/effect/ef629.png
addedpublic_html/img/mission/newisland/18/effect/ef630.png
addedpublic_html/img/mission/newisland/18/newisland_bar/1.jpg
addedpublic_html/img/mission/newisland/18/newisland_bar/2.jpg
addedpublic_html/img/mission/newisland/18/newisland_bar/3.jpg
addedpublic_html/img/mission/newisland/18/newisland_bar/4.jpg
addedpublic_html/img/mission/newisland/18/newisland_bar/5.jpg
addedpublic_html/img/mission/newisland/18/newisland_bar/mainpage_mission_btn_icon.png
addedpublic_html/img/mission/newisland/18/newisland_bar/reward.png
addedpublic_html/img/ranking/event_island/info18.jpg
modifiedpublic_html/template/Main.tpl
modifiedtool/event/test_newisland_event.php
Patch body is stored as a separate file to keep this page lightweight.