From 9ad39d8e217f641fbfe64ebfa3653eb328b6dffe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 5 Feb 2024 16:06:18 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 6b9d98b2c98c5946906dd693528215706ed10a8d --- .../rev_1707136369363220800.sql => db_world/2024_02_05_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1707136369363220800.sql => db_world/2024_02_05_00.sql} (85%) diff --git a/data/sql/updates/pending_db_world/rev_1707136369363220800.sql b/data/sql/updates/db_world/2024_02_05_00.sql similarity index 85% rename from data/sql/updates/pending_db_world/rev_1707136369363220800.sql rename to data/sql/updates/db_world/2024_02_05_00.sql index 70bd849fe..b1a3f0a6b 100644 --- a/data/sql/updates/pending_db_world/rev_1707136369363220800.sql +++ b/data/sql/updates/db_world/2024_02_05_00.sql @@ -1,3 +1,4 @@ +-- DB update 2024_02_04_01 -> 2024_02_05_00 -- reassign equipment_id to creatures 25949, 26221 -- after spawns have been updated with sniffed values UPDATE `creature` SET `equipment_id` = 1 WHERE (`id1` IN (25949, 26221)) AND (`guid` IN (245627, 90494, 90495, 90496, 90498, 90499, 90508, 12458, 12459, 12460));