From d0a5c0f9fe94adabc544c420e8e76ec221d24dea Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Tue, 6 Sep 2022 18:07:16 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): b1e831187cafa1978c47de1085c827e954ac15da --- .../blackrock-drakes.sql => db_world/2022_09_06_03.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/blackrock-drakes.sql => db_world/2022_09_06_03.sql} (98%) diff --git a/data/sql/updates/pending_db_world/blackrock-drakes.sql b/data/sql/updates/db_world/2022_09_06_03.sql similarity index 98% rename from data/sql/updates/pending_db_world/blackrock-drakes.sql rename to data/sql/updates/db_world/2022_09_06_03.sql index 3e3f565e4..339157064 100644 --- a/data/sql/updates/pending_db_world/blackrock-drakes.sql +++ b/data/sql/updates/db_world/2022_09_06_03.sql @@ -1,3 +1,4 @@ +-- DB update 2022_09_06_02 -> 2022_09_06_03 DELETE FROM `creature_template_movement` WHERE `CreatureId` = 8964; INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES (8964, 1, 0, 2, 0, 0, 0, NULL); -- Sets the drakes to be flying.