upgrade_20220328.sql 252 B

123
  1. -- Reset Nameless Island and Geoborg Family Curse quests which were using custom IDs that have been overtaken
  2. DELETE FROM `quest` WHERE `quest_id` >= 17000 AND `quest_id` <= 17017;
  3. DELETE FROM `quest` WHERE `quest_id` >= 18030 AND `quest_id` <= 18052;