TriggerCaller버그 수정

This commit is contained in:
2020-05-08 20:52:16 +09:00
parent 99755e98ee
commit bece81b10e
11 changed files with 15 additions and 19 deletions
-1
View File
@@ -7,7 +7,6 @@ class CreateManyNPC extends \sammo\Event\Action{
protected $npcCount;
protected $avgGen;
public function __construct($npcCount = 200){
\sammo\LogText('ctc',$npcCount);
$this->npcCount = $npcCount;
}