aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-05-24 02:12:45 +0200
committerGitHub <noreply@github.com>2017-05-24 02:12:45 +0200
commit77a089950f05687c5d35af61dfdef4804f706e47 (patch)
treebe83c19ec8f4d7e8c06a6f42775bfc59b0ccc6e4
parent1c4f7fc0175100a7d89ad7bb1090e415cbbd2a98 (diff)
DB/Creature: Fix level for some creatures
By codeman8214
-rw-r--r--sql/updates/world/master/DB/2017_05_24_04_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/DB/2017_05_24_04_world.sql b/sql/updates/world/master/DB/2017_05_24_04_world.sql
new file mode 100644
index 00000000000..c1a46ebc09e
--- /dev/null
+++ b/sql/updates/world/master/DB/2017_05_24_04_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `minlevel`= 110,`maxlevel`= 110 WHERE `entry` IN (122141, 122028, 122027, 121926, 121925, 121924, 121923);