mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Creature: Ironwool Mammoth, Part 1
Closes #18895
(cherrypicked from 41530b5ac9)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
--
|
||||
UPDATE `creature` SET `spawndist`=0, `MovementType`=0, `unit_flags`=`unit_flags`|536870912|32770, `dynamicflags`=32 WHERE `guid`=116778;
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (113320, 116778);
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
|
||||
(113320,0,0,0,1,233, ''),
|
||||
(116778,0,0,7,1,0, '29266');
|
||||
Reference in New Issue
Block a user