From 740c04c7da3e5ee2b90e65f41eb47687b123b0ec Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 25 May 2017 11:06:28 +0200 Subject: [PATCH] DB/Creature: Fix more levels By codeman8214 closes #19808 --- sql/updates/world/master/2017_05_25_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2017_05_25_02_world.sql 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 0000000000..de44fb4cff --- /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';