diff --git a/data/sql/updates/pending_db_world/273.sql b/data/sql/updates/db_world/2023_06_02_01.sql similarity index 94% rename from data/sql/updates/pending_db_world/273.sql rename to data/sql/updates/db_world/2023_06_02_01.sql index 8982815eb..9ca65c719 100644 --- a/data/sql/updates/pending_db_world/273.sql +++ b/data/sql/updates/db_world/2023_06_02_01.sql @@ -1,3 +1,4 @@ +-- DB update 2023_06_02_00 -> 2023_06_02_01 -- Tavernkeep Smitts UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=273; DELETE FROM `smart_scripts` WHERE `entryorguid`=273 AND `source_type`=0; diff --git a/data/sql/updates/pending_db_world/346.sql b/data/sql/updates/db_world/2023_06_02_02.sql similarity index 94% rename from data/sql/updates/pending_db_world/346.sql rename to data/sql/updates/db_world/2023_06_02_02.sql index 28f5774b9..4b83b8817 100644 --- a/data/sql/updates/pending_db_world/346.sql +++ b/data/sql/updates/db_world/2023_06_02_02.sql @@ -1,3 +1,4 @@ +-- DB update 2023_06_02_01 -> 2023_06_02_02 UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=346; DELETE FROM `smart_scripts` WHERE `entryorguid`=346; 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`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES diff --git a/data/sql/updates/pending_db_world/future-is-now-old-man.sql b/data/sql/updates/db_world/2023_06_02_03.sql similarity index 83% rename from data/sql/updates/pending_db_world/future-is-now-old-man.sql rename to data/sql/updates/db_world/2023_06_02_03.sql index d58f908fb..16ece91e8 100644 --- a/data/sql/updates/pending_db_world/future-is-now-old-man.sql +++ b/data/sql/updates/db_world/2023_06_02_03.sql @@ -1,2 +1,3 @@ +-- DB update 2023_06_02_02 -> 2023_06_02_03 -- guid 96761 is id 25580 aka old man barlo UPDATE `creature` SET `position_x` = -1460.62, `position_y` = 4992.52, `position_z` = -8.977667, `orientation` = 5.532693862915039062 WHERE `guid` = 96761 AND `id1` = 25580; diff --git a/data/sql/updates/pending_db_world/gostly-philantropist-to-jail.sql b/data/sql/updates/db_world/2023_06_02_04.sql similarity index 66% rename from data/sql/updates/pending_db_world/gostly-philantropist-to-jail.sql rename to data/sql/updates/db_world/2023_06_02_04.sql index 6d26a15ac..f6f22bce0 100644 --- a/data/sql/updates/pending_db_world/gostly-philantropist-to-jail.sql +++ b/data/sql/updates/db_world/2023_06_02_04.sql @@ -1,2 +1,3 @@ +-- DB update 2023_06_02_03 -> 2023_06_02_04 -- UPDATE `creature_template` SET `mingold` = 0, `maxgold` = 0 WHERE `entry` = 16470; diff --git a/data/sql/updates/pending_db_world/remove_restless_skel_rep.sql b/data/sql/updates/db_world/2023_06_02_05.sql similarity index 75% rename from data/sql/updates/pending_db_world/remove_restless_skel_rep.sql rename to data/sql/updates/db_world/2023_06_02_05.sql index 440678601..399a19574 100644 --- a/data/sql/updates/pending_db_world/remove_restless_skel_rep.sql +++ b/data/sql/updates/db_world/2023_06_02_05.sql @@ -1,3 +1,4 @@ +-- DB update 2023_06_02_04 -> 2023_06_02_05 -- -- remove Sha\'tar reputation gain from Restless Skeletons DELETE FROM `creature_onkill_reputation` WHERE `creature_id` = 17261; diff --git a/data/sql/updates/pending_db_world/rev_1685124320508720600.sql b/data/sql/updates/db_world/2023_06_02_06.sql similarity index 94% rename from data/sql/updates/pending_db_world/rev_1685124320508720600.sql rename to data/sql/updates/db_world/2023_06_02_06.sql index 0460804d5..22728afcb 100644 --- a/data/sql/updates/pending_db_world/rev_1685124320508720600.sql +++ b/data/sql/updates/db_world/2023_06_02_06.sql @@ -1,3 +1,4 @@ +-- DB update 2023_06_02_05 -> 2023_06_02_06 -- DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 38915) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 31) AND (`ConditionTarget` = 1) AND (`ConditionValue1` = 3) AND (`ConditionValue2` = 16943) AND (`ConditionValue3` = 0); INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES