PR

【8/21 16:00】レイドイベントリリース #3029

wada opened this at 2023-08-21T10:39:04; closed

Description

opened by wada at 2023-08-21T10:39:04; updated 2023-08-21T14:19:14

概要

【】レイド20回・猛進!ミノタウロス第1期実装 #3015

DB更新内容

【8/21 16:00】レイドイベントリリース jolly/jrye-db#508

log移動

#log移動
cd jr-yamada/lib/exec/
vi tool_delete_raid_log.inc (event_no = 53 へ変更)
ENVIRONMENT=production PF=yamada php tool_delete_raid_log.inc

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

TODO

  • [x] log移動、初期化
  • [x] dbデプロイ
  • [x] webデプロイ
  • [x] 告知設定
  • [x] 戦闘デモ確認

Comment

#29784 by wada at 2023-08-21T10:39:52; updated 2023-08-21T10:39:52

@kouho
確認お願いします。

Comment

#29794 by kouho at 2023-08-21T11:12:14; updated 2023-08-21T11:12:14

@wada
直前ですみません、ベルガチャカードのGK設定についてレイドの仕様書内で更新できておりませんでした。
以下の設定に更新していただけないでしょうか?

987	ペンギン合奏団員アドルフ
988	ペンギン合奏団員エドガー
991	流れ矢のラスティン
992	壊船のシャークジョー
4	ペンギン音楽隊アドルフ
5	ペンギン音楽隊エドガー
52	必中のラスティン
94	シャークジョー

Comment

#29795 by wada at 2023-08-21T11:29:27; updated 2023-08-21T11:29:27

@kouho
gkカード更新しました。

Comment

#29796 by kouho at 2023-08-21T11:33:10; updated 2023-08-21T11:33:10

@wada
ありがとうございます。確認OKです。

kouho add_label at 2023-08-21T11:33:16: 皇甫 LGTM
wada merge at 2023-08-21T14:09:27: 【8/21 16:00】レイドイベントリリース
wada close at 2023-08-21T14:09:27: Close
wada delete_branch at 2023-08-21T14:09:32: RaidMonster_0821

Commit range

base0299074cf5e906495cfef1612d69442b0e0954dc
headba0af1f74e77f593f0317cbc61af725511dbf57b
base branchjolly/jr-web:master
head branchjolly/jr-web:RaidMonster_0821

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
modifiedlib/conf/class/RaidMonsterTypeConfig.class.php
modifiedlib/conf/define_y.inc
addedpublic_html/img/raid/point_item/101006_1.png
addedpublic_html/img/raid/point_item/101006_2.png
addedpublic_html/img/raid/point_item/14124_1.png
addedpublic_html/img/raid/point_item/14124_2.png
Patch body is stored as a separate file to keep this page lightweight.