PR

【4/12】建築イベント #3443

kouho opened this at 2024-04-04T17:25:21; closed

Description

opened by kouho at 2024-04-04T17:25:21; updated 2024-04-09T10:58:33

概要

https://docs.google.com/spreadsheets/d/1TRqcPnRTuowv_WLh-378Lvwn62e5cQATP_MgcyDLftE/edit#gid=133142113

予告のため、前日15時までに本番反映

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;

TODO

  • [x] dbデプロイ
  • [x] webデプロイ
  • [x] 初期化
  • [ ] 告知設定
kouho change_title at 2024-04-04T17:28:46: Build 0412 【4/12】建築イベント

Comment

#34012 by kouho at 2024-04-04T18:56:47; updated 2024-04-04T18:56:47

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

Comment

#34038 by wada at 2024-04-08T10:03:57; updated 2024-04-08T10:03:57

@kouho
define_y.incに設定しているアイテム名太古の秘薬 古代の秘薬になっています。

Comment

#34039 by wada at 2024-04-08T10:07:41; updated 2024-04-08T10:07:41

@kouho
アイテム名が分かれていますが、これは名前が違うからですかね?
<img src="https://git.dev.d-es.co.jp/gitbucket/jolly/jr-web/_attached/1712538351941Dsy4MJuSPl" width="400">

Comment

#34040 by kouho at 2024-04-08T10:09:23; updated 2024-04-08T10:09:23

@wada
太古の秘薬が正しいので修正します

Comment

#34045 by kouho at 2024-04-08T11:54:36; updated 2024-04-08T11:54:36

@wada
確認ありがとうございます。
> define_y.incに設定しているアイテム名太古の秘薬が古代の秘薬になっています。
修正いたしました。

> アイテム名が分かれていますが、これは名前が違うからですかね?
名前がおかしかったためのため上記の修正で一緒に治っております。

Comment

#34046 by wada at 2024-04-08T11:59:46; updated 2024-04-08T11:59:46

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

wada add_label at 2024-04-08T11:59:49: 和田 LGTM
kouho merge at 2024-04-09T10:55:38: 【4/12】建築イベント
kouho close at 2024-04-09T10:55:38: Close

Commit range

base38ede82305bb01a85a3085ea62dca8de59dc67a7
head4f8e21ad61512ab805ee8dde172e0432589b203d
base branchjolly/jr-web:master
head branchjolly/jr-web:build_0412

View commits

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