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

@@ -1,3 +1,4 @@
-- 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

View File

@@ -1,3 +1,4 @@
-- DB update 2022_06_26_00 -> 2022_06_26_01
--
SET @ENTRY := 14517;
SET @PATH := @ENTRY*10;

View File

@@ -1,3 +1,4 @@
-- 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

View File

@@ -1,3 +1,4 @@
-- 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

View File

@@ -1,2 +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

@@ -1,3 +1,4 @@
-- DB update 2022_06_26_04 -> 2022_06_26_05
--
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 14605;