diff options
author | Killyana <morphone1@gmail.com> | 2015-10-31 20:37:14 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-10-31 20:37:14 +0100 |
commit | c911a2aaa90410bbe17d2cd5c618f9211fd65bf7 (patch) | |
tree | 8f5acf41452542d16314e7a4cc92c24561263431 | |
parent | 14d382f185ada74f3b60b3d323b0eb1f98ea9181 (diff) |
DB/Creature: Fix movement type for Thomas Yance
-rw-r--r-- | sql/updates/world/2015_10_31_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_31_02_world.sql b/sql/updates/world/2015_10_31_02_world.sql new file mode 100644 index 00000000000..6dfeba2116c --- /dev/null +++ b/sql/updates/world/2015_10_31_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `MovementType`=2 WHERE `guid`=84011 AND `id`=18672; |