fix(DB/Creature): Lower TBC Heroic bosses to level 72 (#16522)
Create rev_1686617579364661600.sql
This commit is contained in:
parent
5b36dfa2c0
commit
6c366c7608
1 changed files with 11 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `minlevel` = 72, `maxlevel` = 72 WHERE `entry` IN (
|
||||
20738, -- Chrono Lord Deja (1)
|
||||
20745, -- Temporus (1)
|
||||
21558, -- High Botanist Freywinn (1)
|
||||
21559, -- Laj (1)
|
||||
21581, -- Thorngrin the Tender (1)
|
||||
21582, -- Warp Splinter (1)
|
||||
21712, -- Infinite Chrono-Lord (1)
|
||||
22167 -- Infinite Timereaver (1)
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue