DB/NPC: Add vehicle spells to Icefang (should (finally) fix quest Going Bearback)

This commit is contained in:
Nay
2011-05-22 17:46:19 +01:00
parent 0704f03712
commit 589fed54d1
@@ -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