mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
@@ -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
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_06_26_00 -> 2022_06_26_01
|
||||
--
|
||||
SET @ENTRY := 14517;
|
||||
SET @PATH := @ENTRY*10;
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_06_26_04 -> 2022_06_26_05
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 14605;
|
||||
|
||||
Reference in New Issue
Block a user