From aa3df4f7c7e1f9f53258e075dec2cf4196463926 Mon Sep 17 00:00:00 2001 From: Kittnz Date: Sun, 17 Jan 2016 17:00:22 +0100 Subject: DB/Creature: Update MovementType of Shadow of Thel'zan the Duskbringer Closes #16304 (cherry picked from commit cb064601a8177c808a80fa72eadd6367432e0977) --- sql/updates/world/2016_03_22_16_world_2016_01_17_10_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2016_03_22_16_world_2016_01_17_10_world.sql (limited to 'sql') 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; -- cgit v1.2.3