Revert "game: 국가 임관 시, 기존 등용장 무효화"

This reverts commit 376aed9787.
This commit is contained in:
2023-07-12 20:19:59 +10:00
parent 376aed9787
commit 1ca07286a4
4 changed files with 5 additions and 15 deletions
+1 -4
View File
@@ -9,8 +9,7 @@ use \sammo\{
GameConst,
LastTurn,
Command,
KVStorage,
ScoutMessage
KVStorage
};
use function \sammo\tryUniqueItemLottery;
@@ -176,8 +175,6 @@ class che_임관 extends Command\GeneralCommand
tryUniqueItemLottery(\sammo\genGenericUniqueRNGFromGeneral($general), $general);
$general->applyDB($db);
ScoutMessage::invalidateAll($general->getID());
return true;
}