From 4308fa20f23376ade768cf12cdf4bb38dac935a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Sep 2025 21:43:09 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): e26421d2bc7d5a2e44c8a40fe5e811402fac2c89 --- .../gnome-if-quartermaster.sql => db_world/2025_09_02_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/gnome-if-quartermaster.sql => db_world/2025_09_02_01.sql} (93%) diff --git a/data/sql/updates/pending_db_world/gnome-if-quartermaster.sql b/data/sql/updates/db_world/2025_09_02_01.sql similarity index 93% rename from data/sql/updates/pending_db_world/gnome-if-quartermaster.sql rename to data/sql/updates/db_world/2025_09_02_01.sql index 18dd6729f..58a544d75 100644 --- a/data/sql/updates/pending_db_world/gnome-if-quartermaster.sql +++ b/data/sql/updates/db_world/2025_09_02_01.sql @@ -1,3 +1,4 @@ +-- DB update 2025_09_02_00 -> 2025_09_02_01 DELETE FROM `creature` WHERE `guid` = 1741 AND `id1` = 14724; INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES (1741, 14724, 0, 0, 0, 0, 0, 1, 1, 0, -4823.649, -1299.3605, 501.95117, 0.959931075572967529, 300, 0, 0, 1220, 0, 0, 0, 0, 0, '', 45613, 1, NULL);