From 64522ba8a69dd1c0823d4e4678af4c101a6d4f56 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 25 Jun 2025 13:09:24 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20ChangeCity=EC=97=90=EC=84=9C=20=5Fmax=20?= =?UTF-8?q?=ED=82=A4=20=EC=9E=85=EB=A0=A5=20=EA=B0=80=EB=8A=A5=ED=95=98?= =?UTF-8?q?=EA=B2=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Event/Action/ChangeCity.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hwe/sammo/Event/Action/ChangeCity.php b/hwe/sammo/Event/Action/ChangeCity.php index e75e979b..b9ef9475 100644 --- a/hwe/sammo/Event/Action/ChangeCity.php +++ b/hwe/sammo/Event/Action/ChangeCity.php @@ -14,6 +14,13 @@ class ChangeCity extends \sammo\Event\Action{ 'def'=>true, 'wall'=>true, 'trade'=>true, + + 'pop_max'=>true, + 'agri_max'=>true, + 'comm_max'=>true, + 'secu_max'=>true, + 'def_max'=>true, + 'wall_max'=>true, ]; const REGEXP_PERCENT = '/^(\d+(\.\d+)?)%$/';// 123.5% [1]=float const REGEXP_MATH = '/^([\+\-\/\*])(\d+(\.\d+)?)$/'; //+30 [1]=기호, [2]=float