From 684418cfda696325824539a8c45950a310ee5cbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Apr 2026 22:09:44 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): c8a3e121987b8ae8160cd3b227b7ea422d278e39 --- .../s6_offpiece_spawn.sql => db_world/2026_04_28_04.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/s6_offpiece_spawn.sql => db_world/2026_04_28_04.sql} (96%) diff --git a/data/sql/updates/pending_db_world/s6_offpiece_spawn.sql b/data/sql/updates/db_world/2026_04_28_04.sql similarity index 96% rename from data/sql/updates/pending_db_world/s6_offpiece_spawn.sql rename to data/sql/updates/db_world/2026_04_28_04.sql index a7a4dd26c..cbbf43d82 100644 --- a/data/sql/updates/pending_db_world/s6_offpiece_spawn.sql +++ b/data/sql/updates/db_world/2026_04_28_04.sql @@ -1,3 +1,4 @@ +-- DB update 2026_04_28_03 -> 2026_04_28_04 -- Adds S6 off piece vendors to creature table, and then adds them to S6 event. DELETE FROM `creature` WHERE (`guid` IN (208509, 208510, 208511, 208512) AND `id1` IN (34036, 34058, 34073, 34076)); 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