diff options
-rw-r--r-- | sql/updates/world/2011_03_22_3_world_creature_template.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_22_3_world_creature_template.sql b/sql/updates/world/2011_03_22_3_world_creature_template.sql new file mode 100644 index 00000000000..5769c93c1d8 --- /dev/null +++ b/sql/updates/world/2011_03_22_3_world_creature_template.sql @@ -0,0 +1,8 @@ +-- Template updates for creature 33778 (Tournament Hippogryph) +UPDATE `creature_template` SET `vehicleid`=108,`InhabitType`=4 WHERE `entry`=33778; -- Tournament Hippogryph +-- Model data 22471 (creature 33778 (Tournament Hippogryph)) +UPDATE `creature_model_info` SET `bounding_radius`=0,`combat_reach`=0,`gender`=2 WHERE `modelid`=22471; -- Tournament Hippogryph +-- Addon data for creature 33778 (Tournament Hippogryph) +DELETE FROM `creature_template_addon` WHERE `entry`=33778; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(33778,0,1,1,0, NULL); -- Tournament Hippogryph |