PR

【10/23】天下無双の賞金首 #4324

wada opened this at 2025-10-20T13:11:20; closed

Description

opened by wada at 2025-10-20T13:11:20; updated 2025-10-27T10:50:21

概要

仕様書

DB更新内容

【10/23】天下無双の賞金首 jolly/jrye-db#1226

log移動

#log移動
cd jr-yamada/lib/exec/
vi tool_delete_battle_event_log.inc (event_no = 43)
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] dbデプロイ
  • [x] webデプロイ
  • [x] 告知設定
  • [ ] 戦闘デモ確認
  • [x] log移動&DBの初期化

Comment

#42865 by wada at 2025-10-20T13:11:35; updated 2025-10-20T13:11:35

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

wada merge at 2025-10-24T12:50:02: 【10/23】天下無双の賞金首
wada close at 2025-10-24T12:50:02: Close
wada delete_branch at 2025-10-24T12:50:08: battle_event_1027

Commit range

base7a1f73ef425c55b590c9836330b6d0068c88bb60
head75c0f636fd52b613ea7d03aa5b94a5e4e0c26e64
base branchjolly/jr-web:master
head branchjolly/jr-web:battle_event_1027

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed15 filesView patch
statusfile
modifiedlib/conf/class/BattleEventConfig.class.php
modifiedlib/conf/class/GiantKillerConfig.class.php
modifiedlib/conf/class/RaidMonsterConfig.class.php
addedpublic_html/img/info_event/info_event_1560_1.jpg
addedpublic_html/img/info_event/info_event_1560_2.jpg
addedpublic_html/img/info_event/info_event_1561_1.jpg
addedpublic_html/img/info_event/info_event_1561_2.jpg
addedpublic_html/img/info_jrye/BattleEventImg/44/detail_how_to_play.jpg
addedpublic_html/img/info_jrye/BattleEventImg/44/reward_achievement.jpg
addedpublic_html/img/info_jrye/BattleEventImg/44/reward_card.jpg
addedpublic_html/img/info_jrye/BattleEventImg/44/reward_new_point_1.jpg
addedpublic_html/img/info_jrye/BattleEventImg/44/reward_new_point_2.jpg
addedpublic_html/img/info_jrye/BattleEventImg/44/reward_ranking_1.jpg
addedpublic_html/img/info_jrye/BattleEventImg/44/reward_ranking_2.jpg
addedpublic_html/img/info_jrye/BattleEventImg/44/reward_synthesis.jpg
Patch body is stored as a separate file to keep this page lightweight.