fix: RegNPC 버그 수정

This commit is contained in:
2021-03-19 17:44:34 +09:00
parent 0165cfb3ac
commit 0a42d7381c
6 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ class Scenario{
copy("$unitPath/$unitSet.php", $path.'/GameUnitConst.php');
}
public function build($env=[]){
public function build($env){
$db = DB::db();
getGeneralPoolClass(GameConst::$targetGeneralPool)::initPool($db);