aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-05-25 13:13:44 +0200
committerGitHub <noreply@github.com>2017-05-25 13:13:44 +0200
commit1c2e2de23f793a83db9b8799340d2fd339e84f2d (patch)
treef33570733c2a86ed909c3fb01a2e623da7b5ab94
parent0596a223a228aa6f0edeef2be75b53f1be894f30 (diff)
DB/Creature: Revert bad fix
-rw-r--r--sql/updates/world/master/2017_05_25_03_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_05_25_03_world.sql b/sql/updates/world/master/2017_05_25_03_world.sql
new file mode 100644
index 00000000000..5d39d65eca4
--- /dev/null
+++ b/sql/updates/world/master/2017_05_25_03_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `creature_template` SET `minlevel`= 0,`maxlevel`= 0,`HealthScalingExpansion`= -1 WHERE `subname`= 'Gryphon Master';
+UPDATE `creature_template` SET `minlevel`= 0,`maxlevel`= 0,`HealthScalingExpansion`= -1 WHERE `subname`= 'Flight Master';