From c0ec2f1d36ecefde9eda9bb66c5d83fca36f7042 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 11 May 2017 06:06:06 +0200 Subject: DB/Misc: Fix some startup errors Updates #15829 --- sql/updates/world/master/2017_05_11_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2017_05_11_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2017_05_11_00_world.sql b/sql/updates/world/master/2017_05_11_00_world.sql new file mode 100644 index 00000000000..04bb3d22ada --- /dev/null +++ b/sql/updates/world/master/2017_05_11_00_world.sql @@ -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; -- cgit v1.2.3