chore(DB): import pending files

Referenced commit(s): 2682697df6
This commit is contained in:
AzerothCoreBot
2022-09-17 19:53:54 +00:00
parent 2682697df6
commit a3ac2787bb

View File

@@ -0,0 +1,11 @@
-- DB update 2022_09_17_00 -> 2022_09_17_01
--
DELETE FROM `creature_template_movement` WHERE `creatureId` = 15727;
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
(15727, 1, 0, 0, 1, 0, 0, 0);
DELETE FROM `areatrigger_scripts` WHERE `ScriptName` = 'at_cthun_stomach_exit' AND `entry` = 4033;
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES (4033, 'at_cthun_stomach_exit');
DELETE FROM `areatrigger_scripts` WHERE `ScriptName` = 'at_cthun_center' AND `entry` = 4036;
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES (4036, 'at_cthun_center');