PR

【10/6】建築イベント #4292

kouho opened this at 2025-10-02T10:45:44; closed

Description

opened by kouho at 2025-10-02T10:45:44; updated 2025-10-07T10:53:29

概要

https://docs.google.com/spreadsheets/d/18Hkx_AJCI8RTWX8HzT51-q4qXVglmQuvbOh-FCELe4A/edit?gid=133142113#gid=133142113

TODO

define_gesoten masterマージ後にmasterをマージ

DB更新内容

 初期化(前回のイベント建物だけ消す)
 DELETE FROM `user_build_stack` WHERE `build_x` = 99 AND `build_y` = 99;
 DELETE FROM `user_object` WHERE `build_x` =99 AND `build_y` =99;
 確認
 SELECT * FROM `user_build_stack` WHERE `build_x` = 99 AND `build_y` = 99;
 SELECT * FROM `user_object` WHERE `build_x` =99 AND `build_y` =99;
TRUNCATE TABLE `user_build_event_bonus`;
TRUNCATE TABLE `user_build_event_bonus_daily`;
TRUNCATE TABLE `log_build_event_bonus_time`;
TRUNCATE TABLE `log_build_event_bonus_time_main`;
TRUNCATE TABLE `log_build_event_bonus_time_use`;
TRUNCATE TABLE `log_user_build_bonus_ranking`;

TODO

  • [x] dbデプロイ
  • [x] webデプロイ
  • [x] 初期化
  • [x] 告知設定

Comment

#42657 by wada at 2025-10-03T17:35:16; updated 2025-10-03T17:35:16

@kouho
確認OKです。

wada add_label at 2025-10-03T17:35:19: 和田 LGTM
kouho change_title at 2025-10-06T18:42:08: [WIP]【10/6】建築イベント 【10/6】建築イベント
kouho merge at 2025-10-07T10:38:49: 【10/6】建築イベント
kouho close at 2025-10-07T10:38:49: Close

Commit range

base7662f73ef29e705efdd8896d511798a282de0fc2
head19038b1909024166c4c4d16c65e13e07acac1d77
base branchjolly/jr-web:master
head branchjolly/jr-web:build_10108

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed22 filesView patch
statusfile
modifiedlib/conf/class/BuildEventConfig.class.php
modifiedlib/exec/tool_jrce_status.php
addedpublic_html/img/banner/build_10108_1_1.jpg
addedpublic_html/img/banner/build_10108_1_2.jpg
addedpublic_html/img/banner/build_10108_2_1.jpg
addedpublic_html/img/banner/build_10108_2_2.jpg
addedpublic_html/img/info_event/info_event_1543_1.jpg
addedpublic_html/img/info_event/info_event_1543_2.jpg
addedpublic_html/img/info_event/info_event_1544_1.jpg
addedpublic_html/img/info_event/info_event_1544_2.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10108/detail_nurture.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10108/detail_reward.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10108/end_header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10108/header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10108/notice_header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10108/reward_achievement_1.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10108/reward_achievement_2.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10108/reward_achievement_3.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10108/reward_achievement_4.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10108/reward_object_1.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10108/reward_object_2.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10108/reward_object_3.jpg
Patch body is stored as a separate file to keep this page lightweight.