DB/Misc: Fix some startup errors

Updates #15829
This commit is contained in:
Aokromes
2017-05-11 06:06:06 +02:00
committed by GitHub
parent ed986a416a
commit c0ec2f1d36

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `minlevel` = 90 WHERE `minlevel` = 0 AND `entry` BETWEEN 36217 AND 73386;
UPDATE `creature_template` SET `maxlevel` = 90 WHERE `maxlevel` = 0 AND `entry` BETWEEN 36217 AND 73386;