PR

【11/17】建築イベント #428

iwamoto opened this at 2020-11-13T15:06:52; closed

Description

opened by iwamoto at 2020-11-13T15:06:52; updated 2023-08-28T15:19:52

【11/17】建築イベント #408

Comment

#8302 by iwamoto at 2020-11-16T09:56:54; updated 2020-11-16T09:56:54

今回イベントで使用するobject_no

イベント建物:10033 , 報酬建物:6100,6101,6102

イベント建物の既存設定でmaxlvが45になっているので
こちらを40へ変更&削除対応をお願いいたします。

UPDATE master_object_data SET object_maxlv = 40 WHERE object_no = 10033;
DELETE FROM master_object_data_detail WHERE object_no = 10033 AND object_id IN (1003304101,1003304201,1003304301,1003304401,1003304501);
DELETE FROM master_object_data_lv WHERE object_no = 10033 AND object_id IN (10033041,10033042,10033043,10033044,10033045);

Comment

#8303 by iwamoto at 2020-11-16T09:57:51; updated 2020-11-16T09:57:51

@wada
こちらレビューをお願いいたします。

Comment

#8312 by iwamoto at 2020-11-16T14:38:46; updated 2020-11-16T14:38:46

@wada
再度修正しましたのでお願いいたします

Comment

#8313 by wada at 2020-11-16T14:41:40; updated 2020-11-16T14:41:40

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

iwamoto merge at 2020-11-16T14:45:36: 【11/17】建築イベント
iwamoto close at 2020-11-16T14:45:36: Close

commit comment

#25 by wada at 2020-11-16T12:17:59; lib/ajax/main_default.inc / old:None new:222
e1fde7ac14cdaa0291e14058ad32e697aae2ab53

この下のif文でも同じ対応が必要そうです。

if(is_array($array_event_bonus) and ($_df['event_area_time']['end']-120) >= $time){
...

Commit range

base4c09bdcacc99e9085c9375126bbee9c5b67acb5b
heade1fde7ac14cdaa0291e14058ad32e697aae2ab53
base branchjolly/jr-web:develop
head branchjolly/jr-web:event_build_3_408

View commits

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

Review comment

#25 by wada at 2020-11-16T12:17:59; lib/ajax/main_default.inc / old:None new:222
e1fde7ac14cdaa0291e14058ad32e697aae2ab53

この下のif文でも同じ対応が必要そうです。

if(is_array($array_event_bonus) and ($_df['event_area_time']['end']-120) >= $time){
...