From f43c811477ae0afe179a05b7d5fd232ceb01cbd6 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 24 Apr 2020 02:56:09 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_genList.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/b_genList.php b/hwe/b_genList.php index ef24edf2..3a231186 100644 --- a/hwe/b_genList.php +++ b/hwe/b_genList.php @@ -162,6 +162,7 @@ foreach ($generals as &$general) { if ($general['npc'] < 2) { + $turntext = []; foreach($generalTurnList[$general['no']] as $turnRawIdx=>$turn){ $turn = StringUtil::subStringForWidth($turn, 0, 41); $turnIdx = $turnRawIdx+1;