mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/FactionChangeQuests): Return to Thrallmar and Go To The Front … (#14303)
This commit is contained in:
4
data/sql/updates/pending_db_world/returntothrallmar.sql
Normal file
4
data/sql/updates/pending_db_world/returntothrallmar.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `player_factionchange_quests` WHERE `alliance_id` = 10382;
|
||||
INSERT INTO `player_factionchange_quests` (`alliance_id`, `horde_id`) VALUES
|
||||
(10382, 10388);
|
||||
Reference in New Issue
Block a user