PR

【2/3】天下無双イベント #4490

wada opened this at 2026-01-28T19:09:56; closed

Description

opened by wada at 2026-01-28T19:09:56; updated 2026-02-05T16:13:16

概要

仕様書

DB更新内容

【2/3】天下無双イベント jolly/jrye-db#1316

log移動

#log移動
cd jr-yamada/lib/exec/
vi tool_delete_battle_event_log.inc (event_no = 45)
ENVIRONMENT=production PF=yamada php tool_delete_battle_event_log.inc

DBの初期化

#更新
UPDATE `user_mission` SET `m_event_limit` = '0', `m_event_info` = '20', `event_bonus_limit` = '0', `m_event_stamina_limit` = '23';
TRUNCATE TABLE `log_battle_event_point`;
TRUNCATE TABLE `log_user_event_pt`;
TRUNCATE TABLE `user_event_pt`;

TODO

  • [x] log移動&DBの初期化
  • [x] デプロイ
  • [x] 告知設定
  • [x] 戦闘デモ確認

Comment

#44098 by wada at 2026-01-28T19:10:04; updated 2026-01-28T19:10:04

@kouho
レビューおねがいします。

Comment

#44134 by kouho at 2026-02-03T14:26:50; updated 2026-02-03T14:26:50

@wada
コード問題ないです。報酬カードのステータスが覚醒合成ボーナスが適用されていませんでしたので修正をお願いいたします。

また、ID:4790のように転生後カードの情報を載せておいて欲しいです

kouho add_label at 2026-02-03T14:26:57: コメントあり

Comment

#44141 by wada at 2026-02-03T15:20:33; updated 2026-02-03T15:20:33

@kouho
修正しました。

> コード問題ないです。報酬カードのステータスが覚醒合成ボーナスが適用されていませんでした

wada merge at 2026-02-03T15:49:35: 【2/3】天下無双イベント
wada close at 2026-02-03T15:49:35: Close
wada delete_branch at 2026-02-03T15:49:46: battle_event_0205

Commit range

base2707be871087a0a0c777012fbc0ecedc9684715c
heada8f861523b90352a4b39969e098c1a5ea4910383
base branchjolly/jr-web:master
head branchjolly/jr-web:battle_event_0205

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed39 filesView patch
statusfile
modifiedlib/conf/class/BattleEventConfig.class.php
modifiedlib/conf/class/GiantKillerConfig.class.php
addedpublic_html/img/card/120/1453.jpg
addedpublic_html/img/card/120/1454.jpg
addedpublic_html/img/card/240/1453.jpg
addedpublic_html/img/card/240/1454.jpg
addedpublic_html/img/card/26/1453.jpg
addedpublic_html/img/card/26/1454.jpg
addedpublic_html/img/card/320/1453.jpg
addedpublic_html/img/card/320/1454.jpg
addedpublic_html/img/card/640/1453.jpg
addedpublic_html/img/card/640/1454.jpg
addedpublic_html/img/card/70/1453.jpg
addedpublic_html/img/card/70/1454.jpg
addedpublic_html/img/card/70main/1453.jpg
addedpublic_html/img/card/70main/1454.jpg
addedpublic_html/img/card/battle/154/1453.jpg
addedpublic_html/img/card/battle/154/1454.jpg
addedpublic_html/img/card/battle/58/1453.jpg
addedpublic_html/img/card/battle/58/1454.jpg
addedpublic_html/img/info_event/info_event_1701_1.jpg
addedpublic_html/img/info_event/info_event_1701_2.jpg
addedpublic_html/img/info_event/info_event_1702_1.jpg
addedpublic_html/img/info_event/info_event_1702_2.jpg
addedpublic_html/img/info_jrye/BattleEventImg/46/detail_how_to_play.jpg
addedpublic_html/img/info_jrye/BattleEventImg/46/reward_achievement.jpg
addedpublic_html/img/info_jrye/BattleEventImg/46/reward_card.jpg
addedpublic_html/img/info_jrye/BattleEventImg/46/reward_card2.jpg
addedpublic_html/img/info_jrye/BattleEventImg/46/reward_new_point_1.jpg
addedpublic_html/img/info_jrye/BattleEventImg/46/reward_new_point_2.jpg
addedpublic_html/img/info_jrye/BattleEventImg/46/reward_ranking_1.jpg
addedpublic_html/img/info_jrye/BattleEventImg/46/reward_ranking_2.jpg
addedpublic_html/img/info_jrye/BattleEventImg/46/reward_synthesis.jpg
addedpublic_html/img/item/120/1651.jpg
addedpublic_html/img/item/150/1651.jpg
addedpublic_html/img/item/60/1651.jpg
addedpublic_html/img/item/70/1651.jpg
addedpublic_html/img/mission/card/1453.png
addedpublic_html/img/mission/card/1454.png
Patch body is stored as a separate file to keep this page lightweight.