From 589fed54d15c9c769ef22c0b98dcaed68d8383be Mon Sep 17 00:00:00 2001 From: Nay Date: Sun, 22 May 2011 17:46:19 +0100 Subject: DB/NPC: Add vehicle spells to Icefang (should (finally) fix quest Going Bearback) --- sql/updates/world/2011_05_22_06_world_creature_template.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2011_05_22_06_world_creature_template.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_05_22_06_world_creature_template.sql b/sql/updates/world/2011_05_22_06_world_creature_template.sql new file mode 100644 index 00000000000..f4579e58ef2 --- /dev/null +++ b/sql/updates/world/2011_05_22_06_world_creature_template.sql @@ -0,0 +1,6 @@ +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=29598; -- Icefang +UPDATE `creature_template` SET `spell1`=54897, `spell2`=54907, `spell3`=54788 WHERE `entry`=29602; -- Icefang +-- Last spell (spell3) shouldn't be show to the client, core implementation of vehicle spells needs to change. +DELETE FROM `creature_template_addon` WHERE `entry`=29598; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(29598,0,0,1,0, NULL); -- Icefang -- cgit v1.2.3