From de217eb9db0a34fc3b34ae0a3af11cd30f32e928 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Jul 2018 04:51:19 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_gamerule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index 1341c03e..b719ecbd 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -116,7 +116,7 @@ function getSpecial2($leader, $power, $intel, $nodex=1, $dex0=0, $dex10=0, $dex2 function getGenDex($general, $type) { //XXX: 지금은 동작하지만.. 병종 구성이 보궁기귀차 에서 바뀌면... - $ntype = GameUnitCons::byId($type)->armType * 10; + $ntype = GameUnitConst::byId($type)->armType * 10; return $general["dex{$ntype}"]??0; }