From bf04f280d21494572552d3fd8f3af0fa5ff85f76 Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Mon, 13 Jun 2022 17:44:06 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 077068802538094596f13390746b9d3ab1da262d --- .../pvp58factionchangeitems.sql => db_world/2022_06_13_04.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/pvp58factionchangeitems.sql => db_world/2022_06_13_04.sql} (98%) diff --git a/data/sql/updates/pending_db_world/pvp58factionchangeitems.sql b/data/sql/updates/db_world/2022_06_13_04.sql similarity index 98% rename from data/sql/updates/pending_db_world/pvp58factionchangeitems.sql rename to data/sql/updates/db_world/2022_06_13_04.sql index 6d808791c..72d90fe66 100644 --- a/data/sql/updates/pending_db_world/pvp58factionchangeitems.sql +++ b/data/sql/updates/db_world/2022_06_13_04.sql @@ -1,3 +1,4 @@ +-- DB update 2022_06_13_03 -> 2022_06_13_04 DELETE FROM `player_factionchange_items` WHERE `alliance_id` IN (16393, 16397, 16423, 16422, 16424, 16421, 16401, 16403, 16425, 16426, 16427, 16428, 16369, 16391, 16413, 16414, 16415, 16416, 17594, 17596, 17598, 17599, 17600, 17601) OR `horde_id` IN (16498, 16499, 16505, 16506, 16507, 16508, 17570, 17571, 17572, 17573, 17576, 17577, 16509, 16510, 16513, 16514, 16515, 16516, 16494, 16496, 16501, 16503, 16504); INSERT INTO `player_factionchange_items` (`alliance_id`, `alliance_comment`, `horde_id`, `horde_comment`) VALUES (16393, 'Knight-Lieutenant\'s Dragonhide Footwraps', 16494, 'Blood Guard\'s Dragonhide Boots'),