fix: 오타 수정
This commit is contained in:
@@ -226,7 +226,7 @@ class GameConstBase
|
|||||||
public static $inheritResetAttrPointBase = [1000, 1000, 2000, 3000];//필요하면 늘려서 쓰기
|
public static $inheritResetAttrPointBase = [1000, 1000, 2000, 3000];//필요하면 늘려서 쓰기
|
||||||
|
|
||||||
/** @var ?string */
|
/** @var ?string */
|
||||||
public static $scenarioEffectName = null;
|
public static $scenarioEffect = null;
|
||||||
|
|
||||||
public static $allItems = [
|
public static $allItems = [
|
||||||
'horse' => [
|
'horse' => [
|
||||||
|
|||||||
@@ -112,8 +112,8 @@ class General extends GeneralBase implements iAction
|
|||||||
$this->inheritBuffObj = new TriggerInheritBuff($rawInheritBuff);
|
$this->inheritBuffObj = new TriggerInheritBuff($rawInheritBuff);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(GameConst::$scenarioEffectName){
|
if(GameConst::$scenarioEffect){
|
||||||
$this->scenarioEffect = buildScenarioEffectClass(GameConst::$scenarioEffectName);
|
$this->scenarioEffect = buildScenarioEffectClass(GameConst::$scenarioEffect);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user