chore(DB): import pending files

Referenced commit(s): 453bd777d7
This commit is contained in:
AzerothCoreBot
2023-05-10 09:28:37 +00:00
parent 453bd777d7
commit 65cd928d9b
6 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_09_02 -> 2023_05_10_00
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (32329, 34163, 34171, 31410, 31407, 22887);
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`) VALUES
(32329, 32329, 37965),

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_10_00 -> 2023_05_10_01
--
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (33617, 33783);
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_10_01 -> 2023_05_10_02
-- Update spawnposition
UPDATE `creature` SET `position_x` = -2347.824219, `position_y` = -11363.384766, `position_z` = 27.942247, `orientation` = 1.895, `wander_distance` = 0, `MovementType` = 0 WHERE `guid` = 62369 AND `id1` = 17337;
UPDATE `creature` SET `position_x` = -2571.970459, `position_y` = -11343.209961, `position_z` = 25.304287, `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 62370 AND `id1` = 17338;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_10_02 -> 2023_05_10_03
--
UPDATE `quest_template_addon` SET `ExclusiveGroup` = -10962 WHERE (`ID` IN (10962, 10968));
UPDATE `quest_template_addon` SET `ExclusiveGroup` = 0 WHERE (`ID` = 10956);

View File

@@ -1,2 +1,3 @@
-- DB update 2023_05_10_03 -> 2023_05_10_04
--
UPDATE `creature_template` SET `faction` = 1822 WHERE (`entry` IN (21815, 21784));

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_10_04 -> 2023_05_10_05
--
SET @NPC := 76415;
SET @PATH := @NPC * 10;