parent
c0ce43a383
commit
8d4dd95014
4 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_01_07_02 -> 2023_01_07_03
|
||||
-- Immunities
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = 6292 WHERE (`entry` = 18423);
|
||||
-- Spawn time
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_01_07_03 -> 2023_01_07_04
|
||||
--
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=23577;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_01_07_04 -> 2023_01_07_05
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (31704,31701,31702,31703);
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_01_07_05 -> 2023_01_07_06
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=32065;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
Loading…
Add table
Add a link
Reference in a new issue