PR

【確認出来次第】ルシエ商会販売所修正 #3779

kouho opened this at 2024-11-19T10:35:47; closed

Description

opened by kouho at 2024-11-19T10:35:47; updated 2024-11-19T10:42:27

概要

以下の対応

lib/models/Pirate_store.php#138-140
以下の処理をforeach内の先頭に移動してください。
//@note:円銭と別途コストは両立できない
for ($i = 1; $i <= 3; $i++) {
	unset($item['need_money'][$i]);
}
foreach内のcontinueによって、2個目の強化アイテムはunset処理が実施されていません。

Comment

#37485 by kouho at 2024-11-19T10:35:59; updated 2024-11-19T10:35:59

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

Comment

#37486 by wada at 2024-11-19T10:41:06; updated 2024-11-19T10:41:06

@kouho
確認OKです。

wada add_label at 2024-11-19T10:41:11: 和田 LGTM
kouho merge at 2024-11-19T10:42:27: 【確認出来次第】ルシエ商会販売所修正
kouho close at 2024-11-19T10:42:27: Close

Commit range

base35fea603293b458645f9d3e1417eddb2a2d33c88
head094d8d5f4d8e4cac1016d2e708930281794b9b6e
base branchjolly/jr-web:master
head branchjolly/jr-web:fix_pirate_store

View commits

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