install.php에 1차적으로 ChangeCity를 물림

This commit is contained in:
2018-03-28 17:20:35 +09:00
parent c1976b5b7a
commit 9b139e54f4
7 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ use sammo\DB;
* event_2.php, 약한 이민족 : npcEachCount = -0.5, specAvg = 150, specDist = 20, tech = -1, dex = 0
* event_3.php, 엄청 약한 이민족 : npcEachCount = 100, specAvg = 50, specDist = 5, tech = 0, dex = 0
*/
class RaiseInvader extends sammo\Event\Action{
class RaiseInvader extends \sammo\Event\Action{
private $npcEachCount;
private $specAvg;
private $specDist;