diff --git a/hwe/sammo/API/General/Join.php b/hwe/sammo/API/General/Join.php index e266b07b..dddef88e 100644 --- a/hwe/sammo/API/General/Join.php +++ b/hwe/sammo/API/General/Join.php @@ -339,7 +339,7 @@ class Join extends \sammo\BaseAPI $betray = 0; if($relYear >= 4){ - $betray += 1; + $betray += 2; } ########## 회원정보 테이블에 입력값을 등록한다. ########## diff --git a/hwe/sammo/GameConstBase.php b/hwe/sammo/GameConstBase.php index ac1deaae..32008e68 100644 --- a/hwe/sammo/GameConstBase.php +++ b/hwe/sammo/GameConstBase.php @@ -434,7 +434,8 @@ class GameConstBase [ "month", 2000, ["DateRelative", "==", 4, 1], - ["AddGlobalBetray"], + ["AddGlobalBetray", 1, 0], + ["AddGlobalBetray", 1, 1], ["DeleteEvent"] ], ];