aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-05-25 11:06:28 +0200
committerGitHub <noreply@github.com>2017-05-25 11:06:28 +0200
commit740c04c7da3e5ee2b90e65f41eb47687b123b0ec (patch)
tree9530b3c41ca32f5fc6682574e2254154c1708b2c
parent08482bfc0d4a0ed90a36354f4835c3b66d03d189 (diff)
DB/Creature: Fix more levels
By codeman8214 closes #19808
-rw-r--r--sql/updates/world/master/2017_05_25_02_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_05_25_02_world.sql b/sql/updates/world/master/2017_05_25_02_world.sql
new file mode 100644
index 00000000000..de44fb4cffa
--- /dev/null
+++ b/sql/updates/world/master/2017_05_25_02_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `creature_template` SET `minlevel`= 110,`maxlevel`= 110,`HealthScalingExpansion`= 6 WHERE `subname`= 'Gryphon Master';
+UPDATE `creature_template` SET `minlevel`= 110,`maxlevel`= 110,`HealthScalingExpansion`= 6 WHERE `subname`= 'Flight Master';