아이템 구현. 장비매매 추가

This commit is contained in:
2018-10-21 01:55:09 +09:00
parent 05fcb5397e
commit b6db653f41
28 changed files with 777 additions and 208 deletions
+5
View File
@@ -27,6 +27,11 @@ class OccupiedCity extends Constraint{
$this->checkInputValues();
$this->tested = true;
//특수 예외로 ARG가 지정된 경우에는 재야여도 'OccupiedCity'로 허용함
if($this->arg && $this->general['nation'] == 0){
return true;
}
if($this->city['nation'] == $this->general['nation']){
return true;
}