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