mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2023_05_10_05 -> 2023_05_10_06
|
||||||
-- Void Baron Galaxi
|
-- Void Baron Galaxi
|
||||||
DELETE FROM `creature_template_movement` WHERE (`CreatureId` = 16939);
|
DELETE FROM `creature_template_movement` WHERE (`CreatureId` = 16939);
|
||||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
|
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2023_05_10_06 -> 2023_05_10_07
|
||||||
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (32197, 40062, 30846);
|
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (32197, 40062, 30846);
|
||||||
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`) VALUES
|
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`) VALUES
|
||||||
(32197, 32197, 37113),
|
(32197, 32197, 37113),
|
||||||
Reference in New Issue
Block a user