We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdf79cf + d89dfdb commit 3c716f0Copy full SHA for 3c716f0
sql/updates/world/3.3.5/2024_08_03_00_world.sql
@@ -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