Code: spawnMonster(it->first, sb.mType, sb.pos, sb.direction, 4200);
bool Spawn::spawnMonster(uint32_t spawnId, MonsterType* mType, const Position& pos, Direction dir, int16_t t,
bool startup /*= false*/)
{
Monster* monster = Monster::createMonster(mType);
if(!monster)...