From 4275f3aa5266ddf1eb87700cdcaf6fdec2560d70 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 1 Jan 2018 17:09:02 +0100 Subject: [PATCH] DB/Creature: fix one startup error --- sql/updates/world/4.3.4/2018_01_01_10_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/4.3.4/2018_01_01_10_world.sql diff --git a/sql/updates/world/4.3.4/2018_01_01_10_world.sql b/sql/updates/world/4.3.4/2018_01_01_10_world.sql new file mode 100644 index 00000000000..a148d3c3c95 --- /dev/null +++ b/sql/updates/world/4.3.4/2018_01_01_10_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `MovementType` = 0 WHERE `guid` = 82823;