버그 수정
This commit is contained in:
@@ -80,6 +80,10 @@ class WarUnit{
|
||||
function getUpdatedValues():array {
|
||||
return $this->general->getUpdatedValues();
|
||||
}
|
||||
|
||||
function flushUpdateValues():void {
|
||||
$this->general->flushUpdateValues();
|
||||
}
|
||||
|
||||
protected function clearActivatedSkill(){
|
||||
foreach($this->activatedSkill as $skillName=>$state){
|
||||
|
||||
Reference in New Issue
Block a user