For those who may be having trouble with this, here is what I did to fix it. (There are some values missing in the spawn_condition_values table if you didn't re-source the db or maybe missed something like I probably did
)
I deleted all the data from the spawn_condition_values table
DELETE FROM spawn_condition_values
Then ran the query below.
INSERT INTO `spawn_condition_values` VALUES (1,1,'burningwood',0),(1,0,'commons',0),(1,0,'cora thus',0),(1,1,'dawnshroud',0),(1,0,'eastwastes',0) ,(1,1,'greatdivide',0),(1,1,'hollowshade',0),(1,0, 'kithicor',0),(1,0,'lakerathe',0),(1,1,'lfaydark', 0),(1,1,'mischiefplane',0),(1,1,'northkarana',0),( 1,0,'poeartha',0),(1,1,'poearthb',0),(1,0,'pofire' ,0),(1,0,'poinnovation',0),(1,1,'potactics',0),(1, 0,'potimeb',0),(1,1,'qey2hh1',0),(1,1,'rathemtn',0 ),(1,0,'riwwi',0),(1,1,'sleeper',0),(1,0,'sncremat ory',0),(1,0,'snlair',0),(1,0,'snplant',0),(1,0,'s npool',0),(1,1,'southkarana',0),(1,0,'veeshan',0), (2,0,'burningwood',0),(2,1,'commons',0),(2,1,'cora thus',0),(2,0,'dawnshroud',0),(2,0,'hollowshade',0 ),(2,1,'kithicor',0),(2,1,'lakerathe',0),(2,0,'mis chiefplane',0),(2,0,'northkarana',0),(2,0,'poearth a',0),(2,1,'pofire',0),(2,0,'poinnovation',0),(2,0 ,'potimeb',0),(2,0,'qey2hh1',0),(2,0,'rathemtn',0) ,(2,1,'riwwi',0),(2,0,'sleeper',0),(2,0,'snlair',0 ),(2,0,'snplant',0),(2,0,'southkarana',0),(2,1,'ve eshan',0),(3,1,'corathus',0),(3,0,'hollowshade',0) ,(3,1,'pofire',0),(3,0,'potimeb',0),(4,1,'corathus ',0),(4,0,'hollowshade',0),(4,0,'potimeb',0),(5,1, 'corathus',0),(5,0,'hollowshade',0),(5,0,'potimeb' ,0),(6,0,'corathus',0),(6,0,'hollowshade',0),(6,0, 'potimeb',0),(7,0,'corathus',0),(7,0,'potimeb',0), (8,0,'corathus',0),(8,0,'potimeb',0),(9,1,'corathu s',0),(9,0,'potimeb',0),(10,1,'corathus',0),(10,0, 'potimeb',0),(11,1,'corathus',0),(12,1,'corathus', 0);
Hope This helps someone!
Venecha