diff --git a/source/selection.cpp b/source/selection.cpp index 242fba28..ac36aedd 100644 --- a/source/selection.cpp +++ b/source/selection.cpp @@ -140,7 +140,6 @@ void Selection::add(const Tile* tile, SpawnNpc* spawnNpc) { void Selection::add(const Tile* tile, const std::vector &monsters) { ASSERT(subsession); ASSERT(tile); - ASSERT(monster); // Make a copy of the tile with the monsters selected for (const auto monster : monsters) { @@ -249,7 +248,6 @@ void Selection::remove(Tile* tile, SpawnNpc* spawnNpc) { void Selection::remove(Tile* tile, const std::vector &monsters) { ASSERT(subsession); ASSERT(tile); - ASSERT(monster); std::vector selectedMonsters; for (const auto monster : monsters) {