mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -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),
|
||||
@@ -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
|
||||
@@ -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;
|
||||
@@ -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);
|
||||
@@ -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));
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_05_10_04 -> 2023_05_10_05
|
||||
--
|
||||
SET @NPC := 76415;
|
||||
SET @PATH := @NPC * 10;
|
||||
Reference in New Issue
Block a user