diff options
-rw-r--r-- | sql/updates/world/master/2021_11_09_04_world_2018_09_18_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_09_04_world_2018_09_18_03_world.sql b/sql/updates/world/master/2021_11_09_04_world_2018_09_18_03_world.sql new file mode 100644 index 00000000000..d71ed725e4e --- /dev/null +++ b/sql/updates/world/master/2021_11_09_04_world_2018_09_18_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template_movement` SET `Ground`=1, `Swim`=0, `Flight`=0, `Rooted`=1 WHERE `CreatureId`=29747; +UPDATE `creature_template_movement` SET `Rooted`=0 WHERE `CreatureId` IN (14697, 18695, 30475, 31424); |