From 2b4547bf018241a6fc07f0f0c8c7dfb368963bd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Mar 2026 15:57:28 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): fc3c638fd17b398a27a128744bc68deffeeb9e9b --- .../wg_gear_conditions.sql => db_world/2026_03_01_04.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/wg_gear_conditions.sql => db_world/2026_03_01_04.sql} (99%) diff --git a/data/sql/updates/pending_db_world/wg_gear_conditions.sql b/data/sql/updates/db_world/2026_03_01_04.sql similarity index 99% rename from data/sql/updates/pending_db_world/wg_gear_conditions.sql rename to data/sql/updates/db_world/2026_03_01_04.sql index 50d63cb98..0d7453264 100644 --- a/data/sql/updates/pending_db_world/wg_gear_conditions.sql +++ b/data/sql/updates/db_world/2026_03_01_04.sql @@ -1,3 +1,4 @@ +-- DB update 2026_03_01_03 -> 2026_03_01_04 -- -- Tie Wintergrasp gear vendors to arena seasons DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceGroup` IN (32294, 32296, 39172, 39173) AND `SourceEntry` IN (46057, 46058, 46059, 46060, 46061, 46062, 46063, 46064, 46065, 46066, 46071, 46072, 46073, 46074, 46075, 46076, 46077, 46078, 46079, 46080, 46081, 46082, 46083, 46084, 46085, 46086, 46087, 46088, 48974, 48975, 48976, 48977, 48978, 48979, 48980, 48981, 48982, 48983, 48987, 48988, 48990, 48991, 48992, 48993, 48994, 48997, 48998, 48999, 49000, 51568, 51569, 51570, 51571, 51572, 51573, 51574, 51575, 51576, 51577, 51578, 51579, 51580, 51581);