diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-15 11:18:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-15 11:18:25 +0200 |
| commit | 191a9160b7dda74b7f0a2e2bd85a199c740dc1a7 (patch) | |
| tree | cc779ecb91a6944c846a5bb520255d4b4606da06 | |
| parent | 3c6059bf446087b9c8b1704d634efdb9f02eaefb (diff) | |
DB/Quest: You'll Need a Gryphon
Closes #16166 by tkrokli
| -rw-r--r-- | sql/updates/world/3.3.5/2016_06_15_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_15_03_world.sql b/sql/updates/world/3.3.5/2016_06_15_03_world.sql new file mode 100644 index 00000000000..edc42a33642 --- /dev/null +++ b/sql/updates/world/3.3.5/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 |
