diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-15 11:18:25 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-01-29 21:00:41 +0100 |
commit | 0160aa035ba1201c938c809b85de3387e90d3667 (patch) | |
tree | 133f8409a13474230b87614e04ccb38c9ec0d7b4 | |
parent | b32d13576aa4a7c963230a9c1b99e980cd7b5234 (diff) |
DB/Quest: You'll Need a Gryphon
Closes #16166 by tkrokli
(cherry picked from commit 191a9160b7dda74b7f0a2e2bd85a199c740dc1a7)
-rw-r--r-- | sql/updates/world/master/2017_01_29_09_world_2016_06_15_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_29_09_world_2016_06_15_03_world.sql b/sql/updates/world/master/2017_01_29_09_world_2016_06_15_03_world.sql new file mode 100644 index 00000000000..edc42a33642 --- /dev/null +++ b/sql/updates/world/master/2017_01_29_09_world_2016_06_15_03_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_template_addon` WHERE `entry`= 29403; -- Onslaught Gryphon +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(29403, 0, 0, 0, 1, 0, 54422); -- add aura 'Flying' to Onslaught Gryphon |