-- Migration 000012: Increase town radii and vary by settlement size. UPDATE towns SET radius = 18 WHERE name = 'Willowdale'; UPDATE towns SET radius = 14 WHERE name = 'Thornwatch'; UPDATE towns SET radius = 16 WHERE name = 'Ashengard'; UPDATE towns SET radius = 14 WHERE name = 'Redcliff'; UPDATE towns SET radius = 12 WHERE name = 'Boghollow'; UPDATE towns SET radius = 16 WHERE name = 'Cinderkeep'; UPDATE towns SET radius = 18 WHERE name = 'Starfall';