mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
fix(DB): Adjust faction change swap for Sergeant's Heavy back. (#20319)
Init.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `player_factionchange_items` WHERE `alliance_id` IN (28379, 28380) AND `horde_id` IN (28377, 28378);
|
||||
INSERT INTO `player_factionchange_items` (`alliance_id`, `alliance_comment`, `horde_id`, `horde_comment`) VALUES
|
||||
(28379, 'Sergeant\'s Heavy Cape', 28378, 'Sergeant\'s Heavy Cape'),
|
||||
(28380, 'Sergeant\'s Heavy Cloak', 28377, 'Sergeant\'s Heavy Cloak');
|
||||
Reference in New Issue
Block a user