npcmatch -> affinity

This commit is contained in:
2018-03-28 18:15:52 +09:00
parent b7237140c8
commit e4c1ca7f34
14 changed files with 46 additions and 46 deletions
+2 -2
View File
@@ -185,7 +185,7 @@ if($id_num) {
//성격 랜덤시
if($character == 11) $character = rand()%10;
//상성 랜덤
$npcmatch = rand()%150 + 1;
$affinity = rand()%150 + 1;
########## 회원정보 테이블에 입력값을 등록한다. ##########
$db->insert('general', [
@@ -196,7 +196,7 @@ if($id_num) {
'nation' => 0,
'city' => $city,
'troop' => 0,
'npcmatch' => $npcmatch,
'affinity' => $affinity,
'leader' => $leader,
'power' => $power,
'intel' => $intel,