chore(DB): import pending files

Referenced commit(s): ea24a7b231
This commit is contained in:
AzerothCoreBot
2022-06-26 07:52:48 +00:00
parent ea24a7b231
commit 76e9e19f0c
6 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- DB update 2022_06_22_03 -> 2022_06_26_00
--
DELETE FROM `spell_script_names` WHERE `spell_id`=24315;
INSERT INTO `spell_script_names` VALUES
(24315,'spell_threatening_gaze_charge');

View File

@@ -0,0 +1,10 @@
-- DB update 2022_06_26_00 -> 2022_06_26_01
--
SET @ENTRY := 14517;
SET @PATH := @ENTRY*10;
UPDATE `creature_template_movement` SET `Flight` = 2 WHERE `CreatureId` = @ENTRY;
DELETE FROM `waypoint_data` WHERE `id` = @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
(@PATH, 1, -12291.88, -1380.0778, 144.90173, 2.286381244659423828, 0, 2, 0, 100, 0),
(@PATH, 2, -12273.857, -1407.774, 132.22281, 0, 0, 2, 0, 100, 0);

View File

@@ -0,0 +1,5 @@
-- DB update 2022_06_26_01 -> 2022_06_26_02
--
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_hakkar_blood_siphon');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(24324, 'spell_hakkar_blood_siphon');

View File

@@ -0,0 +1,6 @@
-- DB update 2022_06_26_02 -> 2022_06_26_03
DELETE FROM `creature_template_movement` WHERE `CreatureId`=11502;
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
(11502, 0, 0, 0, 1, 0, 0, NULL);

View File

@@ -0,0 +1,3 @@
-- DB update 2022_06_26_03 -> 2022_06_26_04
--
UPDATE `quest_offer_reward` SET `RewardText` = 'Your tenacity and courage are astounding, $G priest:priestess;. You have earned the right to hold the Splinter of Nordrassil. Only one task remains: The Eye of Shadow must be recovered. Scour the world.' WHERE `ID` = 7622;

View File

@@ -0,0 +1,7 @@
-- DB update 2022_06_26_04 -> 2022_06_26_05
--
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 14605;
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 14605) AND (`source_type` = 0) AND (`id` IN (0));
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`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(14605, 0, 0, 0, 67, 0, 100, 0, 3000, 10000, 0, 0, 0, 11, 8355, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Bone Construct - On Behind Target - Cast \'Exploit Weakness\'');