From a6f2e37d2d65112bdcb59826d3345da16b4adc36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Jun 2024 23:34:04 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 2429c05d814dda2e0a1b953f134b4ddd70b8c9e1 --- .../ahune-model-info.sql => db_world/2024_06_28_03.sql} | 1 + .../missing-ahune-ice-bunny.sql => db_world/2024_06_28_04.sql} | 1 + 2 files changed, 2 insertions(+) rename data/sql/updates/{pending_db_world/ahune-model-info.sql => db_world/2024_06_28_03.sql} (93%) rename data/sql/updates/{pending_db_world/missing-ahune-ice-bunny.sql => db_world/2024_06_28_04.sql} (94%) diff --git a/data/sql/updates/pending_db_world/ahune-model-info.sql b/data/sql/updates/db_world/2024_06_28_03.sql similarity index 93% rename from data/sql/updates/pending_db_world/ahune-model-info.sql rename to data/sql/updates/db_world/2024_06_28_03.sql index 8962417fc..ae1b0ca50 100644 --- a/data/sql/updates/pending_db_world/ahune-model-info.sql +++ b/data/sql/updates/db_world/2024_06_28_03.sql @@ -1,3 +1,4 @@ +-- DB update 2024_06_28_02 -> 2024_06_28_03 UPDATE `creature_model_info` SET `BoundingRadius` = 1, `CombatReach` = 11 WHERE `DisplayID` = 23344; UPDATE `creature_model_info` SET `BoundingRadius` = 0.694444000720977783 WHERE `DisplayID` = 20990; UPDATE `creature_model_info` SET `BoundingRadius` = 0.620000004768371582, `CombatReach` = 3 WHERE `DisplayID` = 20433; diff --git a/data/sql/updates/pending_db_world/missing-ahune-ice-bunny.sql b/data/sql/updates/db_world/2024_06_28_04.sql similarity index 94% rename from data/sql/updates/pending_db_world/missing-ahune-ice-bunny.sql rename to data/sql/updates/db_world/2024_06_28_04.sql index 0241e3993..621f88732 100644 --- a/data/sql/updates/pending_db_world/missing-ahune-ice-bunny.sql +++ b/data/sql/updates/db_world/2024_06_28_04.sql @@ -1,3 +1,4 @@ +-- DB update 2024_06_28_03 -> 2024_06_28_04 DELETE FROM `creature` WHERE `guid` = 1554 AND `id1` = 25952; INSERT INTO `creature` (`guid`, `id1`, `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`, `VerifiedBuild`) VALUES (1554, 25952, 547, 3717, 3717, 3, 1, 0, -97.468841552734375, -231.198196411132812, -2.10892963409423828, 1.466076612472534179, 7200, 0, 0, 42, 0, 0, 0, 0, 0, 55141);