chore(DB): import pending files

Referenced commit(s): c149f213fe
This commit is contained in:
AzerothCoreBot
2023-09-17 10:43:16 +00:00
parent be5db26d24
commit b165533aab
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
-- DB update 2023_09_17_01 -> 2023_09_17_02
--
DELETE FROM `waypoint_data` WHERE `id` = 1354890;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
(1354890, 1, -11169.11, -1908.5563, 165.76112, NULL, 0, 0, 0, 100, 0),
(1354890, 2, -11184.444, -1887.7946, 158.35687, NULL, 0, 0, 0, 100, 0),
(1354890, 3, -11194.229, -1875.3362, 153.53537, NULL, 0, 0, 0, 100, 0),
(1354890, 4, -11184.444, -1887.7946, 158.35687, NULL, 0, 0, 0, 100, 0),
(1354890, 5, -11169.11, -1908.5563, 165.76112, NULL, 0, 0, 0, 100, 0),
(1354890, 6, -11104.563, -1856.9681, 165.76112, NULL, 0, 0, 0, 100, 0);

View File

@@ -0,0 +1,11 @@
-- DB update 2023_09_17_02 -> 2023_09_17_03
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 30629 AND `ScriptName` = 'spell_magtheridon_debris_target_selector';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(30629, 'spell_magtheridon_debris_target_selector');
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|33554432, `AIName` = '', `ScriptName` = 'npc_target_trigger' WHERE `entry` = 17516;
DELETE FROM `creature_template_movement` WHERE (`CreatureId` = 17516);
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
(17516, 0, 0, 0, 1, 0, 0, 0);