mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-28 07:12:22 -08:00
parent
5a628fe4fc
commit
bb2de6b6d3
3 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
@ -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;
|
||||
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue