From 191a9160b7dda74b7f0a2e2bd85a199c740dc1a7 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Wed, 15 Jun 2016 11:18:25 +0200 Subject: DB/Quest: You'll Need a Gryphon Closes #16166 by tkrokli --- sql/updates/world/3.3.5/2016_06_15_03_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_06_15_03_world.sql (limited to 'sql') 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 -- cgit v1.2.3