aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-02-10 12:50:03 +0100
committerAokromes <Aokromes@users.noreply.github.com>2015-02-10 12:50:03 +0100
commita218ce4d2210099237fd46b222dc81d15c99eda6 (patch)
treea4df5083ac3213975acf7333ecc732647e38a7ae
parent497ae6be7009d660cc377a7764cde69e401de896 (diff)
DB/Creature: Fix startup and runtime errors
By Rushor.
-rw-r--r--sql/updates/world/2015_02_10_08_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_10_08_world.sql b/sql/updates/world/2015_02_10_08_world.sql
new file mode 100644
index 00000000000..647e89253f5
--- /dev/null
+++ b/sql/updates/world/2015_02_10_08_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `creature` SET `MovementType`=0 WHERE `guid` = 58021;
+UPDATE `creature` SET `MovementType`=1 WHERE `guid` IN (122545, 122824);