fix(DB/FactionChangeQuests): Return to Thrallmar and Go To The Front … (#14303)

This commit is contained in:
Samsequel 2022-12-22 06:35:02 +01:00 committed by GitHub
parent a5fc77f5c3
commit c3d6e5eb03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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