mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
DB/Creature: Fix model set in creature table for Trapdoor Crawler, found in Zul'drak. Thank Aokromes.
This commit is contained in:
6
sql/updates/world/2011_05_10_00_world_creature.sql
Normal file
6
sql/updates/world/2011_05_10_00_world_creature.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Trapdoor Crawler
|
||||
UPDATE `creature` SET `modelid`=0 WHERE `id`=28221;
|
||||
UPDATE `creature_model_info` SET `bounding_radius`=2,`combat_reach`=4.6,`gender`=1 WHERE `modelid`=18043;
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=28221;
|
||||
INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
|
||||
(28221,0,0,1,0, '11959');
|
||||
Reference in New Issue
Block a user