diff options
author | Rothend <Rothend@users.noreply.github.com> | 2020-06-26 22:53:37 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-06-26 23:02:39 +0200 |
commit | 02828a477a4cea22134fd16f055d9f06c34cbbad (patch) | |
tree | 5153c6b97a7c446d4e13e891aac6c686a053bd1c | |
parent | 4727c626c4260b486a95dfb7fdc06b9abd66ecbf (diff) |
DB/Creature: Fix Firemane Drakes and Monstrous Kaliri flying movement
Closes #24826
-rw-r--r-- | sql/updates/world/3.3.5/2020_06_26_10_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_06_26_10_world.sql b/sql/updates/world/3.3.5/2020_06_26_10_world.sql new file mode 100644 index 00000000000..6431feff38e --- /dev/null +++ b/sql/updates/world/3.3.5/2020_06_26_10_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_movement` SET `Flight`=1 WHERE `CreatureId` IN (23969, 23051); |