diff --git a/app/Console/Commands/Files/ImportAllianceMoons.php b/app/Console/Commands/Files/ImportAllianceMoons.php index ba35def8a..046129a4c 100644 --- a/app/Console/Commands/Files/ImportAllianceMoons.php +++ b/app/Console/Commands/Files/ImportAllianceMoons.php @@ -61,14 +61,6 @@ class ImportAllianceMoons extends Command //Create the collection of lines for the input file. $moons = new Collection; - if(!AllianceMoonOre::empty()) { - AllianceMoonOre::truncate(); - } - - if(!AllianceMoon::empty()) { - AllianceMoon::truncate(); - } - //Create the file handler $data = Storage::get('public/alliance_moons.txt'); //Split the string into separate arrays based on the line