집합장 테스트

This commit is contained in:
2018-09-18 00:29:44 +09:00
parent 78f8b56203
commit 87171b4246
6 changed files with 85 additions and 3 deletions
+6
View File
@@ -75,6 +75,12 @@ if($btn == "임명") {
header('location:b_myBossInfo.php');
exit();
}
//집합장 추방 불가
if($general['npc'] == 5){
header('location:b_myBossInfo.php');
exit();
}
}
//나와 대상 장수는 국가가 같아야 함