스킬 안 쓰는 버그 해결
This commit is contained in:
@@ -359,7 +359,7 @@ function getWarUnitTriggerClass(string $type){
|
||||
}
|
||||
|
||||
function buildWarUnitTriggerClass(?string $type, WarUnit $unit, ?array $args = null):BaseWarUnitTrigger{
|
||||
$classPath = getNationCommandClass($type);
|
||||
$classPath = getWarUnitTriggerClass($type);
|
||||
if(!$args){
|
||||
return new $classPath($unit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user