diff --git a/hwe/b_myPage.php b/hwe/b_myPage.php index 1bc28424..697d2a94 100644 --- a/hwe/b_myPage.php +++ b/hwe/b_myPage.php @@ -50,9 +50,18 @@ $use_auto_nation_turn = $me->getAuxVar('use_auto_nation_turn') ?? 1; <?= UniqueConst::$serverName ?>: 내정보 - + $availableDieImmediately, + 'staticValues' => [ + 'items' => Util::mapWithKey(fn (string $key, BaseItem $item) => [ + 'name' => $item->getName(), + 'rawName' => $item->getRawName(), + 'className' => $item->getRawClassName(), + 'cost' => $item->getCost(), + 'isBuyable' => $item->isBuyable(), + ], $me->getItems()) + ] + ]) ?> @@ -72,8 +81,8 @@ $use_auto_nation_turn = $me->getAuxVar('use_auto_nation_turn') ?? 1;
-
-
+
+
토너먼트 【 getVar('tnmt') == 0 ? "checked" : ""; ?>>수동참여 getVar('tnmt') == 1 ? "checked" : ""; ?>>자동참여 @@ -94,8 +103,8 @@ $use_auto_nation_turn = $me->getAuxVar('use_auto_nation_turn') ?? 1;
수뇌가 되었을 때 휴식 턴이어도 적당한 턴을 알아서 넣는 것을 허용합니다.

- - + + 수비 【