PR

【8/6 15:00まで】建築イベント #3634

kouho opened this at 2024-08-02T15:31:57; closed

Description

opened by kouho at 2024-08-02T15:31:57; updated 2025-02-17T11:42:06

概要

https://docs.google.com/spreadsheets/d/1EOpPPiXbPOcH9GI3QBP26xINZaZ2ngsCKv7_Y5clhys/edit?gid=133142113#gid=133142113
8/6 15:00予告反映までに反映予定

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

#35923 by kouho at 2024-08-02T15:51:59; updated 2024-08-02T15:51:59

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

Comment

#35940 by wada at 2024-08-02T18:45:14; updated 2024-08-02T18:45:14

@kouho
> public_html/img/info_event/info_event_1087_2.jpg

小と中の建物画像が同じです。

> public_html/img/info_jrye/BuildEventImg/10068/reward_object_3.jpg

アイテムが仕様書では◯になっています。

Comment

#35941 by wada at 2024-08-02T18:51:54; updated 2024-08-02T18:51:54

@kouho
獲得できる強攻酒が1個になっています。
<img src="https://git.dev.d-es.co.jp/gitbucket/jolly/jr-web/_attached/1722592284297JbguYQYeVd" width="300">

wada add_label at 2024-08-02T21:13:25: コメントあり

Comment

#35970 by kouho at 2024-08-05T14:23:49; updated 2024-08-05T14:23:49

@wada
確認ありがとうございます。以下修正いたしました。
> public_html/img/info_event/info_event_1087_2.jpg

小と中の建物画像が同じです。

>
public_html/img/info_jrye/BuildEventImg/10068/reward_object_3.jpg

アイテムが仕様書では◯になっています。

> 獲得できる強攻酒が1個になっています。

Comment

#35972 by wada at 2024-08-05T14:40:44; updated 2024-08-05T14:40:44

@kouho
修正確認しました。

> public_html/img/info_event/info_event_1087_2.jpg

修正後画像のスペシャル効果内容が変わっています。

Comment

#35995 by kouho at 2024-08-06T10:46:24; updated 2024-08-06T10:46:24

@wada
確認ありがとうございます。何度もすみません、修正しました。
> public_html/img/info_event/info_event_1087_2.jpg

Comment

#35996 by wada at 2024-08-06T11:02:37; updated 2024-08-06T11:02:37

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

wada delete_label at 2024-08-06T11:02:41: コメントあり
wada add_label at 2024-08-06T11:02:43: 和田 LGTM
kouho merge at 2024-08-06T11:15:53: 【8/6 15:00まで】建築イベント
kouho close at 2024-08-06T11:15:53: Close

Commit range

basece47e7eacdbb7a91e8a95828fd8365c3154655cb
headbe044ba4802297cf1b49a6e33e7ba9921bae7b03
base branchjolly/jr-web:master
head branchjolly/jr-web:build_10068

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed34 filesView patch
statusfile
modifiedlib/ajax/item_result.inc
modifiedlib/ajax/item_select.inc
modifiedlib/class/building/BuildingStorageManager.class.php
modifiedlib/class/controller/JrControllerBuild.class.php
modifiedlib/conf/class/BuildEventConfig.class.php
modifiedlib/conf/define_y.inc
modifiedlib/exec/tool_jrce_status.php
addedpublic_html/img/back_item.png
addedpublic_html/img/banner/build_10068_1_1.jpg
addedpublic_html/img/banner/build_10068_1_2.jpg
addedpublic_html/img/banner/build_10068_2_1.jpg
addedpublic_html/img/banner/build_10068_2_2.jpg
addedpublic_html/img/info_event/info_event_1087_1.jpg
addedpublic_html/img/info_event/info_event_1087_2.jpg
addedpublic_html/img/info_event/info_event_1088_1.jpg
addedpublic_html/img/info_event/info_event_1088_2.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10068/detail_nurture.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10068/detail_reward.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10068/end_header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10068/header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10068/notice_header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10068/reward_achievement_1.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10068/reward_achievement_2.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10068/reward_achievement_3.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10068/reward_achievement_4.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10068/reward_object_1.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10068/reward_object_2.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10068/reward_object_3.jpg
modifiedpublic_html/js/JOLLYROGER.js
modifiedpublic_html/template/AreaItem.tpl
modifiedpublic_html/template/Build-ClockItemList.tpl
modifiedpublic_html/template/Build-ClockResult.tpl
modifiedpublic_html/template/Item.tpl
modifiedpublic_html/template/parts_Build-event-bonus-box.tpl
Patch body is stored as a separate file to keep this page lightweight.