diff options
| author | Killyana <morphone1@gmail.com> | 2017-01-04 20:02:13 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-01-04 20:02:13 +0100 |
| commit | 48d93ab4e2e1f3596b15b5cd6c19ff31179b48aa (patch) | |
| tree | 9da5b77f19139422ce7660baeb81e5793ed36a12 | |
| parent | bd08156b45f6f0daed1e7bc9c2f4672956bfeb32 (diff) | |
DB/Creature: Fix movement for Deadmire
Closes #18731
By Rushor
| -rw-r--r-- | sql/updates/world/3.3.5/2017_01_04_08_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_01_04_08_world_335.sql b/sql/updates/world/3.3.5/2017_01_04_08_world_335.sql new file mode 100644 index 00000000000..ddf4dfa0b1c --- /dev/null +++ b/sql/updates/world/3.3.5/2017_01_04_08_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `MovementType`=2 WHERE `guid`=33909; |
