fix: 오타 수정

This commit is contained in:
2023-08-05 07:14:40 +00:00
parent 16cfa46864
commit ed25c58410
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ class GameConstBase
public static $inheritResetAttrPointBase = [1000, 1000, 2000, 3000];//필요하면 늘려서 쓰기
/** @var ?string */
public static $scenarioEffectName = null;
public static $scenarioEffect = null;
public static $allItems = [
'horse' => [
+2 -2
View File
@@ -112,8 +112,8 @@ class General extends GeneralBase implements iAction
$this->inheritBuffObj = new TriggerInheritBuff($rawInheritBuff);
}
if(GameConst::$scenarioEffectName){
$this->scenarioEffect = buildScenarioEffectClass(GameConst::$scenarioEffectName);
if(GameConst::$scenarioEffect){
$this->scenarioEffect = buildScenarioEffectClass(GameConst::$scenarioEffect);
}
}