chore(DB): import pending files

Referenced commit(s): b5ef9ee3de
This commit is contained in:
AzerothCoreBot
2023-05-29 00:32:16 +00:00
parent b5ef9ee3de
commit 79d6f4e233
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_28_04 -> 2023_05_29_00
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|16|64|256|1024|2048|4096|65536|8388608|33554432 WHERE `entry` = 21102;

View File

@@ -1,2 +1,3 @@
-- DB update 2023_05_29_00 -> 2023_05_29_01
--
DELETE FROM `creature_template_resistance` WHERE `CreatureID` IN (17034, 17035, 17039, 17053);

View File

@@ -1,2 +1,3 @@
-- DB update 2023_05_29_01 -> 2023_05_29_02
-- Hellfire Beacons
UPDATE `gameobject_template` SET `ScriptName` = 'go_beacon' WHERE `entry` IN (181579, 181580, 181581);