From 07dce1158f27617fedfca7845d80eacab391db84 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 31 Oct 2015 20:37:14 +0100 Subject: DB/Creature: Fix movement type for Thomas Yance (cherry picked from commit c911a2aaa90410bbe17d2cd5c618f9211fd65bf7) --- sql/updates/world/2015_11_06_25_world_2015_10_31_02.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_11_06_25_world_2015_10_31_02.sql (limited to 'sql') diff --git a/sql/updates/world/2015_11_06_25_world_2015_10_31_02.sql b/sql/updates/world/2015_11_06_25_world_2015_10_31_02.sql new file mode 100644 index 00000000000..6dfeba2116c --- /dev/null +++ b/sql/updates/world/2015_11_06_25_world_2015_10_31_02.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `MovementType`=2 WHERE `guid`=84011 AND `id`=18672; -- cgit v1.2.3