aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-05-11 06:06:06 +0200
committerGitHub <noreply@github.com>2017-05-11 06:06:06 +0200
commitc0ec2f1d36ecefde9eda9bb66c5d83fca36f7042 (patch)
tree6ba51846bd3beb95ee7eef314c31ac8501f6eae7
parented986a416a43d57fa5695b732dd344c866ce4cfd (diff)
DB/Misc: Fix some startup errors
Updates #15829
-rw-r--r--sql/updates/world/master/2017_05_11_00_world.sql3
1 files changed, 3 insertions, 0 deletions
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;