From 40b73baf75c41370fde0210e6486a113f36519e2 Mon Sep 17 00:00:00 2001 From: stratic-dev Date: Wed, 31 Jul 2024 18:26:11 +0100 Subject: [PATCH] Added conquest quests --- schemas/bundled-schema/ConquestQuests.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 schemas/bundled-schema/ConquestQuests.sql 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