diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-11-14 07:54:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-14 07:54:22 +0100 |
commit | 3c9bf7beb8d8d6f1ec135a920017015e14143d08 (patch) | |
tree | a7327e828092f891d82d8c64af64c80b8e71550c /sql | |
parent | a72de0c32650e23d7e4e6190caa6136a92c47e63 (diff) |
DB/Creature: Update Monte Muzzleshot
updates #15873 by CraftedRO
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2024_11_14_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_11_14_01_world.sql b/sql/updates/world/3.3.5/2024_11_14_01_world.sql new file mode 100644 index 00000000000..909de3ebdb1 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_11_14_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_movement` SET `Swim`=0, `Rooted`=1 WHERE `CreatureId`=27987; |