diff --git a/data/sql/updates/pending_db_world/fathomlord_adds_spawn_to_db.sql b/data/sql/updates/db_world/2023_10_17_04.sql similarity index 94% rename from data/sql/updates/pending_db_world/fathomlord_adds_spawn_to_db.sql rename to data/sql/updates/db_world/2023_10_17_04.sql index 6f133d43c..d04d20561 100644 --- a/data/sql/updates/pending_db_world/fathomlord_adds_spawn_to_db.sql +++ b/data/sql/updates/db_world/2023_10_17_04.sql @@ -1,3 +1,4 @@ +-- DB update 2023_10_17_03 -> 2023_10_17_04 -- DELETE FROM `creature` WHERE `guid` IN (93763, 93764, 93765); 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 diff --git a/data/sql/updates/pending_db_world/rev_1697139983815406200.sql b/data/sql/updates/db_world/2023_10_17_05.sql similarity index 79% rename from data/sql/updates/pending_db_world/rev_1697139983815406200.sql rename to data/sql/updates/db_world/2023_10_17_05.sql index e80389cf7..1c76ed537 100644 --- a/data/sql/updates/pending_db_world/rev_1697139983815406200.sql +++ b/data/sql/updates/db_world/2023_10_17_05.sql @@ -1,3 +1,4 @@ +-- DB update 2023_10_17_04 -> 2023_10_17_05 -- UPDATE `creature_template_addon` SET `auras` = '35777 43905' WHERE `entry` = 23698; UPDATE `creature_addon` SET `auras` = '35777 43905 44096' WHERE `guid` = 88960;