diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2025-11-27 18:40:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-27 18:40:21 +0100 |
| commit | b5ef0d2ddb550fed49f57952d45c725ed1d87525 (patch) | |
| tree | f727d715b42385623abfa88120bdb0b5606ec8d6 | |
| parent | e3f66ad7bad05392bd80b50b3bc89f13f0f2b1fc (diff) | |
DB/Creature: Buzzard Movement
closes #30497
by offl
| -rw-r--r-- | sql/updates/world/3.3.5/2025_11_27_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_11_27_03_world.sql b/sql/updates/world/3.3.5/2025_11_27_03_world.sql new file mode 100644 index 00000000000..be5a1f50fab --- /dev/null +++ b/sql/updates/world/3.3.5/2025_11_27_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_movement` SET `Ground` = 1, `Flight` = 0 WHERE `CreatureId` = 2830; |
