Skip to content

Commit 3c716f0

Browse files
author
Rochet2
committed
Merge TrinityCore 3.3.5 to ElunaTrinityWotlk [skip ci]
2 parents fdf79cf + d89dfdb commit 3c716f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
-- Iron Rune Construct Movement Flags: 0 (None)
2+
UPDATE `creature_template_movement` SET `Ground` = 0, `Swim` = 0, `Flight` = 0 WHERE `CreatureId` = 24825;
3+
-- Iron Rune Construct - Iron Rune Aura
4+
DELETE FROM `creature_template_addon` WHERE `entry`=24825;
5+
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `MountCreatureID`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvPFlags`, `emote`, `visibilityDistanceType`, `auras`) VALUES
6+
(24825, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, '44652');

0 commit comments

Comments
 (0)