diff options
author | Kittnz <frederik156@hotmail.com> | 2016-01-17 17:00:22 +0100 |
---|---|---|
committer | Kittnz <frederik156@hotmail.com> | 2016-01-17 17:00:22 +0100 |
commit | cb064601a8177c808a80fa72eadd6367432e0977 (patch) | |
tree | 964bb9f291a679ef7c36928d4721e80571e51317 | |
parent | 97f06d07cbccd7ad77487b17f822682b81ef115e (diff) |
DB/Creature: Update MovementType of Shadow of Thel'zan the Duskbringer
Closes #16304
-rw-r--r-- | sql/updates/world/2016_01_17_10_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_17_10_world.sql b/sql/updates/world/2016_01_17_10_world.sql new file mode 100644 index 00000000000..0fdc04eb60f --- /dev/null +++ b/sql/updates/world/2016_01_17_10_world.sql @@ -0,0 +1 @@ +UPDATE `creature` SET `MovementType`=0 WHERE `guid`=131180; |