From 7b017914e7eff7376acbcb0deb38cd303984e078 Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Sun, 2 Apr 2023 13:17:15 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): dcb709a0f3a461ca95deeeacfd6a82374ac4f3d7 --- .../infinite.sql => db_world/2023_04_02_00.sql} | 1 + .../rev_1679851493822859000.sql => db_world/2023_04_02_01.sql} | 1 + .../sentinel2.sql => db_world/2023_04_02_02.sql} | 1 + 3 files changed, 3 insertions(+) rename data/sql/updates/{pending_db_world/infinite.sql => db_world/2023_04_02_00.sql} (96%) rename data/sql/updates/{pending_db_world/rev_1679851493822859000.sql => db_world/2023_04_02_01.sql} (97%) rename data/sql/updates/{pending_db_world/sentinel2.sql => db_world/2023_04_02_02.sql} (79%) diff --git a/data/sql/updates/pending_db_world/infinite.sql b/data/sql/updates/db_world/2023_04_02_00.sql similarity index 96% rename from data/sql/updates/pending_db_world/infinite.sql rename to data/sql/updates/db_world/2023_04_02_00.sql index ec3fac540..d141681de 100644 --- a/data/sql/updates/pending_db_world/infinite.sql +++ b/data/sql/updates/db_world/2023_04_02_00.sql @@ -1,3 +1,4 @@ +-- DB update 2023_04_01_02 -> 2023_04_02_00 DELETE FROM `smart_scripts` WHERE (`source_type` = 9 AND `entryorguid` = 2202300); INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES (2202300, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 19, 22160, 50, 0, 0, 0, 0, 0, 0, '[DND]Spirit 1 - Actionlist - Move To Closest Creature \'Bloodmaul Taskmaster\''), diff --git a/data/sql/updates/pending_db_world/rev_1679851493822859000.sql b/data/sql/updates/db_world/2023_04_02_01.sql similarity index 97% rename from data/sql/updates/pending_db_world/rev_1679851493822859000.sql rename to data/sql/updates/db_world/2023_04_02_01.sql index 10406c7a3..8135446c1 100644 --- a/data/sql/updates/pending_db_world/rev_1679851493822859000.sql +++ b/data/sql/updates/db_world/2023_04_02_01.sql @@ -1,3 +1,4 @@ +-- DB update 2023_04_02_00 -> 2023_04_02_01 -- Mote of Shadow DELETE FROM `creature_loot_template` WHERE `Item` = 22577; INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES diff --git a/data/sql/updates/pending_db_world/sentinel2.sql b/data/sql/updates/db_world/2023_04_02_02.sql similarity index 79% rename from data/sql/updates/pending_db_world/sentinel2.sql rename to data/sql/updates/db_world/2023_04_02_02.sql index 2cb8b3966..77689ee88 100644 --- a/data/sql/updates/pending_db_world/sentinel2.sql +++ b/data/sql/updates/db_world/2023_04_02_02.sql @@ -1 +1,2 @@ +-- DB update 2023_04_02_01 -> 2023_04_02_02 UPDATE `smart_scripts` SET `event_type` = 25 AND `comment` = 'Arcatraz Sentinel - On Reset - Set Health 40%' WHERE `source_type` = 0 AND `entryorguid` = 20869 AND `id` = 0;