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
This commit is contained in:
Kitzunu
2022-04-23 15:00:19 +02:00
committed by GitHub
parent f5b263274f
commit edf16c56d8

View File

@@ -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);