PR

【10/7】建築イベント #2336

kouho opened this at 2022-10-07T11:33:05; closed

Description

opened by kouho at 2022-10-07T11:33:05; updated 2022-10-11T09:33:33

概要

【10/7】建築イベント #2290

テスト方法、確認した内容

  • テストスクリプトの実行での報酬設定と建物設定
# dockerから実行
$ cd /home/web/jr-web/tool/event/
$ ENVIRONMENT=develop PF=yamada HTTP_HOST=127.0.0.1 IS_DOCKER=true php test_build_event.php
  • イベント建物の各レベル毎のメインページの表示

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;

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

特になし

Comment

#22892 by kouho at 2022-10-07T11:41:27; updated 2022-10-07T11:41:27

@wada
確認お願いいたします

Comment

#22902 by wada at 2022-10-07T14:59:13; updated 2022-10-07T14:59:13

@kouho
確認しました。OKです。

wada add_label at 2022-10-07T14:59:17: 和田 LGTM
kouho merge at 2022-10-11T09:33:33: 【10/7】建築イベント
kouho close at 2022-10-11T09:33:33: Close

Commit range

basec69263d5c198a74ee2b8d08553e2ea5c7f4b9c79
head0ce6fc64ebd29f6beff4cbb1305fcd6633396508
base branchjolly/jr-web:develop
head branchjolly/jr-web:event_build_10057

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed2 filesView patch
statusfile
modifiedlib/conf/define_y.inc
modifiedlib/exec/tool_jrce_status.php
Patch body is stored as a separate file to keep this page lightweight.