mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 00:23:48 +00:00
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2023_03_11_06 -> 2023_03_11_07
|
||||||
-- Steam Pump Overseer
|
-- Steam Pump Overseer
|
||||||
UPDATE `creature_template_addon` SET `auras` = '6961' WHERE `entry` = 18340;
|
UPDATE `creature_template_addon` SET `auras` = '6961' WHERE `entry` = 18340;
|
||||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|64 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
|
-- Starving Helboar
|
||||||
UPDATE `creature_template_addon` SET `auras` = '33908' WHERE `entry` = 16879;
|
UPDATE `creature_template_addon` SET `auras` = '33908' WHERE `entry` = 16879;
|
||||||
UPDATE `creature_template` SET `AIName` = '', `detection_range` = 30 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
|
-- Temporus Level fix
|
||||||
UPDATE `creature_template` SET `minlevel`=72, `maxlevel`=72 WHERE `entry`=17880;
|
UPDATE `creature_template` SET `minlevel`=72, `maxlevel`=72 WHERE `entry`=17880;
|
||||||
Reference in New Issue
Block a user