diff options
| author | CraftedRO <CraftedRO@users.noreply.github.com> | 2021-11-05 02:21:49 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-21 21:30:41 +0100 |
| commit | 7fb0aef6811c113195fe7e15b5139963fb0a1d45 (patch) | |
| tree | 8dd37ff04151440cf36db160b58b4dd8f7e292d6 | |
| parent | c71da495c2667f253140aadeeac6c6b9c1fcfb2e (diff) | |
DB/Creature: The Lurker Below movement flags
Closes #13883
(cherry picked from commit 4403ef9c8a21222c2dab6c824dce6b03f70646e8)
| -rw-r--r-- | sql/updates/world/master/2022_03_21_06_world_2021_11_05_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_21_06_world_2021_11_05_01_world.sql b/sql/updates/world/master/2022_03_21_06_world_2021_11_05_01_world.sql new file mode 100644 index 00000000000..f14fb195df5 --- /dev/null +++ b/sql/updates/world/master/2022_03_21_06_world_2021_11_05_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_movement` SET `Swim` = 0, `Flight` = 1, `Rooted` = 1 WHERE `CreatureId` = 21217; |
