mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Creature: Fix levels for multiple creatures
By Malcrom
This commit is contained in:
6
sql/updates/world/3.3.5/2017_11_06_02_world.sql
Normal file
6
sql/updates/world/3.3.5/2017_11_06_02_world.sql
Normal file
@@ -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)
|
||||
Reference in New Issue
Block a user