chore(DB): import pending files

Referenced commit(s): 5a628fe4fc
This commit is contained in:
AzerothCoreBot
2023-03-11 16:02:56 +00:00
parent 5a628fe4fc
commit bb2de6b6d3
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_11_06 -> 2023_03_11_07
-- Steam Pump Overseer
UPDATE `creature_template_addon` SET `auras` = '6961' WHERE `entry` = 18340;
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|64 WHERE `entry` = 18340;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_11_07 -> 2023_03_11_08
-- Starving Helboar
UPDATE `creature_template_addon` SET `auras` = '33908' WHERE `entry` = 16879;
UPDATE `creature_template` SET `AIName` = '', `detection_range` = 30 WHERE `entry` = 16879;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_11_08 -> 2023_03_11_09
--
-- Temporus Level fix
UPDATE `creature_template` SET `minlevel`=72, `maxlevel`=72 WHERE `entry`=17880;