Skip to content

Commit

Permalink
DB/NPCs: Template updates (including faction) for two rare northrend …
Browse files Browse the repository at this point in the history
…elites
  • Loading branch information
DDuarte committed Oct 1, 2011
1 parent 762ae63 commit 049f6f5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sql/updates/world/2011_10_01_09_world_creatures.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
UPDATE `creature_template` SET `faction_A`=16,`faction_H`=16,`unit_flags`=0x8040,`speed_run`=2.85714,`InhabitType`=`InhabitType`|4 WHERE `entry`=32358; -- Fumblub Gearwind
UPDATE `creature_template` SET `faction_A`=1885,`faction_H`=1885,`unit_flags`=0x8040,`speed_run`=1.28571 WHERE `entry`=32438; -- Syreian the Bonecarver

UPDATE `creature_model_info` SET `bounding_radius`=1.25,`combat_reach`=3.919432,`gender`=1 WHERE `modelid`=27970; -- Syreian the Bonecarver

UPDATE `creature_addon` SET `mount`=25587, `bytes1`=0x3000000 WHERE `guid`=151938; -- Fumblub Gearwind

DELETE FROM `creature_template_addon` WHERE `entry` IN (32358,32438);
INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
(32358,25587,0x3000000,1,0, NULL), -- Fumblub Gearwind
(32438,0,0,2,0, NULL); -- Syreian the Bonecarver


UPDATE `creature_template` SET WHERE `entry`=32358; -- Fumblub Gearwind

0 comments on commit 049f6f5

Please sign in to comment.