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:
parent
f5b263274f
commit
edf16c56d8
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue