From 5db49132923aa72d134579d08aeb5939cdf96a93 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 27 Jul 2018 02:39:26 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=B8=EB=A0=A5=EC=9D=BC=EB=9E=8C=20?= =?UTF-8?q?=EC=9E=A5=EC=88=98=20=ED=91=9C=EA=B8=B0=EC=88=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/js/ext.kingdoms.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hwe/js/ext.kingdoms.js b/hwe/js/ext.kingdoms.js index 090c4300..d322e4c1 100644 --- a/hwe/js/ext.kingdoms.js +++ b/hwe/js/ext.kingdoms.js @@ -82,12 +82,12 @@ $(function(){ if(!(국가 in 국가별)){ 국가별[국가] = {}; - 국가별[국가].무능 = []; - 국가별[국가].무지 = []; + 국가별[국가].만능 = []; 국가별[국가].무 = []; 국가별[국가].지 = []; - 국가별[국가].만능 = []; 국가별[국가].평범 = []; + 국가별[국가].무지 = []; + 국가별[국가].무능 = []; //국가별[국가].NPC = []; }