DB/Creature: Fix levels for multiple creatures

By Malcrom

(cherry picked from commit 859b0d92a0eb6fef802e4cfb14c02dcc40b04787)
This commit is contained in:
Aokromes
2021-01-29 19:23:53 +01:00
committed by funjoker
parent bf12bae467
commit b14be7e985
@@ -0,0 +1,6 @@
-- The Mechanar
UPDATE `creature_template` SET `minlevel`=70 WHERE `entry` IN (21523); -- Bloodwarder Physician (1)
UPDATE `creature_template` SET `maxlevel`=70 WHERE `entry` IN (21539); -- Sunseeker Astromage (1)
-- Arcatraz
UPDATE `creature_template` SET `minlevel`=68,`maxlevel`=69 WHERE `entry` IN (21585); -- Arcatraz Defender (1)
UPDATE `creature_template` SET `maxlevel`=68,`maxlevel`=69 WHERE `entry` IN (21587); -- Arcatraz Warder (1)