diff --git a/schemas/bundled-schema/ConquestQuests.sql b/schemas/bundled-schema/ConquestQuests.sql new file mode 100644 index 000000000..85ead1738 --- /dev/null +++ b/schemas/bundled-schema/ConquestQuests.sql @@ -0,0 +1,9 @@ +BEGIN; + +INSERT INTO public.event_quests (max_players, quest_type, quest_id, mark) VALUES + (0,33,54257,0), + (0,33,54258,0), + (0,33,54277,0), + (0,33,54370,0); + +END; \ No newline at end of file