diff --git a/data/sql/updates/pending_db_world/fix-quest-11627.sql b/data/sql/updates/db_world/2023_04_19_25.sql similarity index 98% rename from data/sql/updates/pending_db_world/fix-quest-11627.sql rename to data/sql/updates/db_world/2023_04_19_25.sql index b74e9a5faf..d98302ecad 100644 --- a/data/sql/updates/pending_db_world/fix-quest-11627.sql +++ b/data/sql/updates/db_world/2023_04_19_25.sql @@ -1,3 +1,4 @@ +-- DB update 2023_04_19_24 -> 2023_04_19_25 DELETE FROM `smart_scripts` WHERE `entryorguid`=25416 AND `source_type`=0; 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 (25416, 0, 0, 1, 4, 0, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Simmer - On Aggro - Say Line 0'), diff --git a/data/sql/updates/pending_db_world/rev_1681369813867048100.sql b/data/sql/updates/db_world/2023_04_19_26.sql similarity index 99% rename from data/sql/updates/pending_db_world/rev_1681369813867048100.sql rename to data/sql/updates/db_world/2023_04_19_26.sql index f7032631a6..724a431927 100644 --- a/data/sql/updates/pending_db_world/rev_1681369813867048100.sql +++ b/data/sql/updates/db_world/2023_04_19_26.sql @@ -1,3 +1,4 @@ +-- DB update 2023_04_19_25 -> 2023_04_19_26 -- ID 21861 (Vision of the Raven God), also set to not specified UPDATE `creature_template` SET `type` = 10 WHERE `entry` = 21861; diff --git a/data/sql/updates/pending_db_world/rev_1681810720948358500.sql b/data/sql/updates/db_world/2023_04_19_27.sql similarity index 91% rename from data/sql/updates/pending_db_world/rev_1681810720948358500.sql rename to data/sql/updates/db_world/2023_04_19_27.sql index cda7a9bd30..00315a93e3 100644 --- a/data/sql/updates/pending_db_world/rev_1681810720948358500.sql +++ b/data/sql/updates/db_world/2023_04_19_27.sql @@ -1,3 +1,4 @@ +-- DB update 2023_04_19_26 -> 2023_04_19_27 -- Bosses on the Ogrila quest chain -- Slaag UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|545470038 WHERE `entry` = 22199; diff --git a/data/sql/updates/pending_db_world/rev_1681917503378349700.sql b/data/sql/updates/db_world/2023_04_19_28.sql similarity index 70% rename from data/sql/updates/pending_db_world/rev_1681917503378349700.sql rename to data/sql/updates/db_world/2023_04_19_28.sql index e5d788a641..f12d2605fc 100644 --- a/data/sql/updates/pending_db_world/rev_1681917503378349700.sql +++ b/data/sql/updates/db_world/2023_04_19_28.sql @@ -1,2 +1,3 @@ +-- DB update 2023_04_19_27 -> 2023_04_19_28 -- UPDATE `creature_formations` SET `groupAI`=`groupAI`|1 WHERE `leaderGUID`=37385 AND `memberGUID`=37385;