diff options
| author | offl <offl@users.noreply.github.com> | 2020-09-12 03:17:14 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2020-09-12 03:17:14 +0300 |
| commit | 15125ba8cea60278ff6e6015d40dfe2b061b81f9 (patch) | |
| tree | 46c9e7ac7efe2398418dfdf44e7ea606b6598325 | |
| parent | e0825cc0a01efa6e8ba186778b1d4c65e36643ef (diff) | |
DB/Creature: Use DisableGravity for Time-Lost Proto Drake
Closes #16137
| -rw-r--r-- | sql/updates/world/3.3.5/2020_09_12_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_12_01_world.sql b/sql/updates/world/3.3.5/2020_09_12_01_world.sql new file mode 100644 index 00000000000..c7297c7c846 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_12_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_movement` SET `Flight` = 1 WHERE `CreatureId` = 32491; |
