From 8b0e1831512bc2ffde2ed99a1ac15e4e0e1e0d4f Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Sat, 12 Nov 2022 02:40:11 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): f5a17d2b72e08266be3273df4b56812eb80e09f6 --- .../EyesofSkettis.sql => db_world/2022_11_12_00.sql} | 1 + .../casttovictim.sql => db_world/2022_11_12_01.sql} | 1 + .../questrepreqs.sql => db_world/2022_11_12_02.sql} | 1 + .../removeanim.sql => db_world/2022_11_12_03.sql} | 1 + 4 files changed, 4 insertions(+) rename data/sql/updates/{pending_db_world/EyesofSkettis.sql => db_world/2022_11_12_00.sql} (88%) rename data/sql/updates/{pending_db_world/casttovictim.sql => db_world/2022_11_12_01.sql} (95%) rename data/sql/updates/{pending_db_world/questrepreqs.sql => db_world/2022_11_12_02.sql} (86%) rename data/sql/updates/{pending_db_world/removeanim.sql => db_world/2022_11_12_03.sql} (94%) diff --git a/data/sql/updates/pending_db_world/EyesofSkettis.sql b/data/sql/updates/db_world/2022_11_12_00.sql similarity index 88% rename from data/sql/updates/pending_db_world/EyesofSkettis.sql rename to data/sql/updates/db_world/2022_11_12_00.sql index c0449e315..b4d75423c 100644 --- a/data/sql/updates/pending_db_world/EyesofSkettis.sql +++ b/data/sql/updates/db_world/2022_11_12_00.sql @@ -1,3 +1,4 @@ +-- DB update 2022_11_09_00 -> 2022_11_12_00 -- Veil Reskk DELETE FROM `gameobject` WHERE (`id` = 185200) AND (`guid` IN (27551)); UPDATE `gameobject` SET `spawntimesecs`=0 WHERE `guid`=26086 AND `id`=185200; diff --git a/data/sql/updates/pending_db_world/casttovictim.sql b/data/sql/updates/db_world/2022_11_12_01.sql similarity index 95% rename from data/sql/updates/pending_db_world/casttovictim.sql rename to data/sql/updates/db_world/2022_11_12_01.sql index ba8a15e90..31a88256f 100644 --- a/data/sql/updates/pending_db_world/casttovictim.sql +++ b/data/sql/updates/db_world/2022_11_12_01.sql @@ -1,3 +1,4 @@ +-- DB update 2022_11_12_00 -> 2022_11_12_01 -- Set target to victim UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 17264; diff --git a/data/sql/updates/pending_db_world/questrepreqs.sql b/data/sql/updates/db_world/2022_11_12_02.sql similarity index 86% rename from data/sql/updates/pending_db_world/questrepreqs.sql rename to data/sql/updates/db_world/2022_11_12_02.sql index 8d5475af5..df900d70d 100644 --- a/data/sql/updates/pending_db_world/questrepreqs.sql +++ b/data/sql/updates/db_world/2022_11_12_02.sql @@ -1,3 +1,4 @@ +-- DB update 2022_11_12_01 -> 2022_11_12_02 -- Watcher Leesaoh UPDATE `quest_template_addon` SET `RequiredMinRepFaction` = 942, `RequiredMinRepValue` = 3000 WHERE (`ID` = 9697); -- What's Wrong at Cenarion Thicket diff --git a/data/sql/updates/pending_db_world/removeanim.sql b/data/sql/updates/db_world/2022_11_12_03.sql similarity index 94% rename from data/sql/updates/pending_db_world/removeanim.sql rename to data/sql/updates/db_world/2022_11_12_03.sql index d2370e03c..6b0a02344 100644 --- a/data/sql/updates/pending_db_world/removeanim.sql +++ b/data/sql/updates/db_world/2022_11_12_03.sql @@ -1,3 +1,4 @@ +-- DB update 2022_11_12_02 -> 2022_11_12_03 -- Remove animation on in comabt rather than on aggro DELETE FROM `smart_scripts` WHERE (`entryorguid` = 17477) AND (`source_type` = 0) AND (`id` IN (5)); 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