diff options
-rw-r--r-- | sql/updates/world/2011_05_22_06_world_creature_template.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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 |