aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-06-02 01:21:08 +0200
committerGitHub <noreply@github.com>2017-06-02 01:21:08 +0200
commit877749cf3ffd479a87f7b3a7ac1b3703389c6cb3 (patch)
tree5aee79a81a71d70a90b8d21e8008e4a00a05a4f1
parent0222d9fc1a5ff4267a907c6b0cc4a1977f519baf (diff)
DB/Creature: Fix 2 incorrect MovementType
Updates #19831
-rw-r--r--sql/updates/world/3.3.5/2017_06_02_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_06_02_00_world.sql b/sql/updates/world/3.3.5/2017_06_02_00_world.sql
new file mode 100644
index 00000000000..96abdae5c20
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_06_02_00_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature` SET `MovementType`=1 WHERE `guid` IN (51879,51914);