diff --git a/src/Mods/SecExp/js/Unit.js b/src/Mods/SecExp/js/Unit.js index 2630a67db2dea929dcf8d861c524ddf0d37105bb..0191f1fcf133d5e3a70ee9edd9f23f6049de0570 100644 --- a/src/Mods/SecExp/js/Unit.js +++ b/src/Mods/SecExp/js/Unit.js @@ -1411,7 +1411,7 @@ App.Mods.SecExp.EnemyUnit = class SecExpEnemyUnit extends App.Mods.SecExp.Unit { } }; -App.Mods.SecExp.IrregularUnit = class SecExpEnemyUnit extends App.Mods.SecExp.Unit { +App.Mods.SecExp.IrregularUnit = class SecExpIrregularUnit extends App.Mods.SecExp.Unit { /** @param {FC.SecExp.UnitData} data * @param {BaseUnit} baseUnit */