diff options
author | Killyana <morphone1@gmail.com> | 2016-12-31 15:46:11 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-12-31 15:46:11 +0100 |
commit | d6c1e397151dd345857d377be70c997f3a354cd4 (patch) | |
tree | 1ab8088ca0dbd57f15b701991b62a90211c4b345 | |
parent | 8f713b72f639fc04711a75f834d4a280d61fc2c7 (diff) |
DB/Creature: Fix movements for Lanti'gah
Closes #18692
By Rushor
-rw-r--r-- | sql/updates/world/3.3.5/2016_12_30_22_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_30_22_world.sql b/sql/updates/world/3.3.5/2016_12_30_22_world.sql new file mode 100644 index 00000000000..8ce8969d980 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_12_30_22_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `spawndist`=10, `MovementType`=1 WHERE `guid`=13100; |