aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-05-23 15:42:03 +0200
committerGitHub <noreply@github.com>2017-05-23 15:42:03 +0200
commitd072bcf13803ffc5683ab73d070b4323c8e9e3d5 (patch)
tree9c6b6e65459c5d9df7b3154ead02f3e1410b32f4
parent617edef760fb82ece9a9f8a856b3d7bbe2a9a515 (diff)
DB/Creature: Fix Stormwind Royal Guard & Stormwind City Patroller level
Closes #19789 by codeman8214
-rw-r--r--sql/updates/world/master/2017_05_23_04_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_05_23_04_world.sql b/sql/updates/world/master/2017_05_23_04_world.sql
new file mode 100644
index 00000000000..6fa40601ca6
--- /dev/null
+++ b/sql/updates/world/master/2017_05_23_04_world.sql
@@ -0,0 +1,2 @@
+-- Stormwind Royal Guard & Stormwind City Patroller
+UPDATE `creature_template` SET `minlevel`= 0,`maxlevel`= 0 WHERE `entry` IN (37944, 42218);