From edf16c56d88aa28cd557e102adec56be7546a7d7 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 23 Apr 2022 15:00:19 +0200 Subject: [PATCH] fix(DB/Quest): Corruption of Earth and Seed faction exclusive (#11403) * fix(DB/Quest): Corruption of Earth and Seed faction exclusive * closes https://github.com/azerothcore/azerothcore-wotlk/issues/7273 * Update rev_1650022301338957500.sql --- .../sql/updates/pending_db_world/rev_1650022301338957500.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1650022301338957500.sql diff --git a/data/sql/updates/pending_db_world/rev_1650022301338957500.sql b/data/sql/updates/pending_db_world/rev_1650022301338957500.sql new file mode 100644 index 000000000..591e17892 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1650022301338957500.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1650022301338957500'); + +DELETE FROM `player_factionchange_quests` WHERE `alliance_id` = 7065 AND `horde_id` = 7064; +INSERT INTO `player_factionchange_quests` (`alliance_id`, `horde_id`) VALUES +(7065, 7064);