diff options
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/3.3.5/2024_08_03_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_08_03_00_world.sql b/sql/updates/world/3.3.5/2024_08_03_00_world.sql new file mode 100644 index 00000000000..025b6926e29 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_08_03_00_world.sql @@ -0,0 +1,6 @@ +-- Iron Rune Construct Movement Flags: 0 (None) +UPDATE `creature_template_movement` SET `Ground` = 0, `Swim` = 0, `Flight` = 0 WHERE `CreatureId` = 24825; +-- Iron Rune Construct - Iron Rune Aura +DELETE FROM `creature_template_addon` WHERE `entry`=24825; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `MountCreatureID`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvPFlags`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(24825, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, '44652'); |