diff --git a/data/sql/updates/pending_db_world/abyssallordloot.sql b/data/sql/updates/db_world/2022_06_06_01.sql similarity index 97% rename from data/sql/updates/pending_db_world/abyssallordloot.sql rename to data/sql/updates/db_world/2022_06_06_01.sql index 69c0833cb..0df184654 100644 --- a/data/sql/updates/pending_db_world/abyssallordloot.sql +++ b/data/sql/updates/db_world/2022_06_06_01.sql @@ -1,3 +1,4 @@ +-- DB update 2022_06_06_00 -> 2022_06_06_01 DELETE FROM `creature_loot_template` WHERE (`Entry` = 15204) AND (`Item` IN (20689, 20690, 20691)) OR (`Entry` = 15205) AND (`Item` IN (20686, 20687, 20688)) OR (`Entry` = 15305) AND (`Item` IN (20683, 20684, 20685))OR (`Item` IN (20680, 20681, 20682)); INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (15203, 20680, 0, 33.3334, 0, 1, 3, 1, 1, 'Prince Skaldrenox - Abyssal Mail Pauldrons'), diff --git a/data/sql/updates/pending_db_world/rev_1653600539752129200.sql b/data/sql/updates/db_world/2022_06_06_02.sql similarity index 99% rename from data/sql/updates/pending_db_world/rev_1653600539752129200.sql rename to data/sql/updates/db_world/2022_06_06_02.sql index e23f22dce..13b1662d2 100644 --- a/data/sql/updates/pending_db_world/rev_1653600539752129200.sql +++ b/data/sql/updates/db_world/2022_06_06_02.sql @@ -1,3 +1,4 @@ +-- DB update 2022_06_06_01 -> 2022_06_06_02 -- Flame Leviathan add mising Boss Emote (15 and above) DELETE FROM `creature_text` WHERE `CreatureID` = 33113; INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES diff --git a/data/sql/updates/pending_db_world/rev_1653724704946000500.sql b/data/sql/updates/db_world/2022_06_06_03.sql similarity index 70% rename from data/sql/updates/pending_db_world/rev_1653724704946000500.sql rename to data/sql/updates/db_world/2022_06_06_03.sql index 54dc255e8..ca0a03121 100644 --- a/data/sql/updates/pending_db_world/rev_1653724704946000500.sql +++ b/data/sql/updates/db_world/2022_06_06_03.sql @@ -1,2 +1,3 @@ +-- DB update 2022_06_06_02 -> 2022_06_06_03 -- UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=30105 AND `source_type`=0 AND `id`=1;