mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
6
sql/updates/world/3.3.5/2024_08_03_00_world.sql
Normal file
6
sql/updates/world/3.3.5/2024_08_03_00_world.sql
Normal file
@@ -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');
|
||||
Reference in New Issue
Block a user