From 94490f2cdf143fb84a78cba356c61c49b5aa786d Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Mon, 17 Jul 2023 11:27:26 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): f84d786df06e7b3e1f4d28c5dcdc6014f3c0ed97 --- .../2023_07_17_00.sql} | 19 ++++++++++--------- .../2023_07_17_01.sql} | 1 + 2 files changed, 11 insertions(+), 9 deletions(-) rename data/sql/updates/{pending_db_world/fix-horizon-crew.sql => db_world/2023_07_17_00.sql} (93%) rename data/sql/updates/{pending_db_world/rev_1689538830419766600.sql => db_world/2023_07_17_01.sql} (65%) diff --git a/data/sql/updates/pending_db_world/fix-horizon-crew.sql b/data/sql/updates/db_world/2023_07_17_00.sql similarity index 93% rename from data/sql/updates/pending_db_world/fix-horizon-crew.sql rename to data/sql/updates/db_world/2023_07_17_00.sql index a4e6ad003..977a581b6 100644 --- a/data/sql/updates/pending_db_world/fix-horizon-crew.sql +++ b/data/sql/updates/db_world/2023_07_17_00.sql @@ -1,9 +1,10 @@ --- adding the aura and making him stand as well as adding stand state for other npcs present -DELETE FROM `creature_template_addon` WHERE `entry` IN (8387, 8388, 8389, 8394); -INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES -(8387, 0, 0, 0, 0, 26, 0, ''), -- first mate -(8388, 0, 0, 0, 0, 26, 0, ''), -- cook -(8389, 0, 0, 0, 0, 26, 0, ''), -- engineer -(8394, 0, 0, 0, 0, 26, 0, '12508'); -- roland geardabbler - -UPDATE `creature_template` SET `unit_class` = 8 WHERE `entry` = 8394; -- changing class from 2 to 8 +-- DB update 2023_07_16_03 -> 2023_07_17_00 +-- adding the aura and making him stand as well as adding stand state for other npcs present +DELETE FROM `creature_template_addon` WHERE `entry` IN (8387, 8388, 8389, 8394); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(8387, 0, 0, 0, 0, 26, 0, ''), -- first mate +(8388, 0, 0, 0, 0, 26, 0, ''), -- cook +(8389, 0, 0, 0, 0, 26, 0, ''), -- engineer +(8394, 0, 0, 0, 0, 26, 0, '12508'); -- roland geardabbler + +UPDATE `creature_template` SET `unit_class` = 8 WHERE `entry` = 8394; -- changing class from 2 to 8 diff --git a/data/sql/updates/pending_db_world/rev_1689538830419766600.sql b/data/sql/updates/db_world/2023_07_17_01.sql similarity index 65% rename from data/sql/updates/pending_db_world/rev_1689538830419766600.sql rename to data/sql/updates/db_world/2023_07_17_01.sql index 8284eeebf..11031bed3 100644 --- a/data/sql/updates/pending_db_world/rev_1689538830419766600.sql +++ b/data/sql/updates/db_world/2023_07_17_01.sql @@ -1,2 +1,3 @@ +-- DB update 2023_07_17_00 -> 2023_07_17_01 -- UPDATE `spell_enchant_proc_data` SET `attributeMask` = 0x2 WHERE `entry` = 2675;