diff options
author | Rothend <Rothend@users.noreply.github.com> | 2020-06-26 22:53:37 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-19 20:56:31 +0100 |
commit | ea6619552c775b48de0e4e3ba5faecb7733a3057 (patch) | |
tree | 3fb6ec98ebc9266c376238bdfc024a8427ea8203 | |
parent | 21722d01c63264f1e479f6a059aecb41d2c36d20 (diff) |
DB/Creature: Fix Firemane Drakes and Monstrous Kaliri flying movement
Closes #24826
(cherry picked from commit 02828a477a4cea22134fd16f055d9f06c34cbbad)
-rw-r--r-- | sql/updates/world/master/2022_01_19_03_world_2020_06_26_10_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_19_03_world_2020_06_26_10_world.sql b/sql/updates/world/master/2022_01_19_03_world_2020_06_26_10_world.sql new file mode 100644 index 00000000000..6431feff38e --- /dev/null +++ b/sql/updates/world/master/2022_01_19_03_world_2020_06_26_10_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_movement` SET `Flight`=1 WHERE `CreatureId` IN (23969, 23051); |