mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user