SELECT s.* FROM `spawnentry` s INNER JOIN `npc_types` n ON s.`npcID` = n.`id` WHERE n.`name` LIKE '%Fabled%';