PR

【8/8】建築イベント #4204

kouho opened this at 2025-08-05T18:25:28; closed

Description

opened by kouho at 2025-08-05T18:25:28; updated 2025-08-12T11:15:54

概要

https://docs.google.com/spreadsheets/d/1psUukf74Q2UeQQzgkxmIUic0d65aeVkZYs-bGDl3SmQ/edit?gid=133142113#gid=133142113

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

#41815 by kouho at 2025-08-05T18:25:43; updated 2025-08-05T18:25:43

@wada
レビューお願いいたします

Comment

#41819 by wada at 2025-08-06T11:18:50; updated 2025-08-06T11:18:50

@kouho
建物ステータスが違います。

wada add_label at 2025-08-06T11:50:50: コメントあり

Comment

#41822 by kouho at 2025-08-06T13:47:51; updated 2025-08-06T13:47:51

@wada
建物ステータス修正いたしました。
> 建物ステータスが違います。

Comment

#41833 by wada at 2025-08-06T14:58:01; updated 2025-08-06T14:58:01

@kouho
以下の建物ステータスが仕様書と違います。

6318	異星ロケット1098号【中】:集金額
6319	異星ロケット1098号【大】:人口
6320	異星ロケット1098号【大】SP:人口

Comment

#41834 by kouho at 2025-08-06T15:46:29; updated 2025-08-06T15:46:29

@wada
すみません修正いたしました。

以下の建物ステータスが仕様書と違います。

6318    異星ロケット1098号【中】:集金額
6319    異星ロケット1098号【大】:人口
6320    異星ロケット1098号【大】SP:人口

Comment

#41838 by wada at 2025-08-07T09:19:20; updated 2025-08-07T09:19:20

@kouho
確認OKです。

wada delete_label at 2025-08-07T09:19:23: コメントあり
wada add_label at 2025-08-07T09:19:24: 和田 LGTM
kouho merge at 2025-08-08T17:04:55: 【8/8】建築イベント
kouho close at 2025-08-08T17:04:55: Close

Commit range

base96d7fd9a93ca298d8c6d9411df8a910b0a904cc2
heada374b7eeaec073d573fc8b27ea69aba56d42fdf8
base branchjolly/jr-web:master
head branchjolly/jr-web:build_10104

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed23 filesView patch
statusfile
modifiedlib/conf/class/BuildEventConfig.class.php
modifiedlib/conf/define_y.inc
modifiedlib/exec/tool_jrce_status.php
addedpublic_html/img/banner/build_10104_1_1.jpg
addedpublic_html/img/banner/build_10104_1_2.jpg
addedpublic_html/img/banner/build_10104_2_1.jpg
addedpublic_html/img/banner/build_10104_2_2.jpg
addedpublic_html/img/info_event/info_event_1489_1.jpg
addedpublic_html/img/info_event/info_event_1489_2.jpg
addedpublic_html/img/info_event/info_event_1490_1.jpg
addedpublic_html/img/info_event/info_event_1490_2.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10104/detail_nurture.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10104/detail_reward.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10104/end_header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10104/header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10104/notice_header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10104/reward_achievement_1.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10104/reward_achievement_2.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10104/reward_achievement_3.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10104/reward_achievement_4.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10104/reward_object_1.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10104/reward_object_2.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10104/reward_object_3.jpg
Patch body is stored as a separate file to keep this page lightweight.