Skip to content

Commit d89dfdb

Browse files
authored
DB/Quest: Lightning Infused Relics
updates #26820 by CraftedRO
1 parent bf53f81 commit d89dfdb

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)