diff options
author | Kittnz <frederik156@hotmail.com> | 2016-01-17 17:00:22 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-03-22 23:15:16 +0100 |
commit | aa3df4f7c7e1f9f53258e075dec2cf4196463926 (patch) | |
tree | 8ed4ccb75633a69cbf227a2f358754e04cb9be39 | |
parent | ef2521637f0899df119a53749ad98a9d68eabeea (diff) |
DB/Creature: Update MovementType of Shadow of Thel'zan the Duskbringer
Closes #16304
(cherry picked from commit cb064601a8177c808a80fa72eadd6367432e0977)
-rw-r--r-- | sql/updates/world/2016_03_22_16_world_2016_01_17_10_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_22_16_world_2016_01_17_10_world.sql b/sql/updates/world/2016_03_22_16_world_2016_01_17_10_world.sql new file mode 100644 index 00000000000..0fdc04eb60f --- /dev/null +++ b/sql/updates/world/2016_03_22_16_world_2016_01_17_10_world.sql @@ -0,0 +1 @@ +UPDATE `creature` SET `MovementType`=0 WHERE `guid`=131180; |