diff --git a/data/sql/updates/pending_db_world/rev_1705791671858497500.sql b/data/sql/updates/db_world/2024_01_20_06.sql similarity index 85% rename from data/sql/updates/pending_db_world/rev_1705791671858497500.sql rename to data/sql/updates/db_world/2024_01_20_06.sql index cf32a477d..4545c3365 100644 --- a/data/sql/updates/pending_db_world/rev_1705791671858497500.sql +++ b/data/sql/updates/db_world/2024_01_20_06.sql @@ -1,2 +1,3 @@ +-- DB update 2024_01_20_05 -> 2024_01_20_06 -- UPDATE `command` SET `help`='Syntax: .server set motd Optional($realmId) $MOTD\r\n\r\nSet server Message of the day for the specified $realmId.\r\nIf $realmId is not provided it will update for the current realm.' WHERE `name`='server set motd'; diff --git a/data/sql/updates/pending_db_world/striking-back-init.sql b/data/sql/updates/db_world/2024_01_20_07.sql similarity index 99% rename from data/sql/updates/pending_db_world/striking-back-init.sql rename to data/sql/updates/db_world/2024_01_20_07.sql index d4f51d508..40741728d 100644 --- a/data/sql/updates/pending_db_world/striking-back-init.sql +++ b/data/sql/updates/db_world/2024_01_20_07.sql @@ -1,3 +1,4 @@ +-- DB update 2024_01_20_06 -> 2024_01_20_07 UPDATE `gameobject_template` SET `AIName` = 'SmartGameObjectAI' WHERE `entry` IN (188049, 188130, 188134, 188135, 188137, 188138, 188139, 188143, 188144, 188145, 188146, 188147, 188148, 188149, 188150, 188151, 188152, 188153, 188154); DELETE FROM `smart_scripts` WHERE (`source_type` = 1 AND `entryorguid` IN (188049, 188130, 188134, 188135, 188137, 188138, 188139, 188143, 188144, 188145, 188146, 188147, 188148, 188149, 188150, 188151, 188152, 188153, 188154));