aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRushor <PBienati@web.de>2015-07-21 12:43:27 +0200
committerRushor <PBienati@web.de>2015-07-21 12:43:27 +0200
commite2974746aed7cbcb6112ac7a1fa27137316d22e2 (patch)
tree1de2a996855ab4c0fdfff1e78fbe0537296e85ea
parentaa042e94c2f76e5735a8f745c3fcb7dd54cf6c0b (diff)
DB/Misc: Fixup 2 Runtimeerrors
-rw-r--r--sql/updates/world/2015_07_21_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_07_21_00_world.sql b/sql/updates/world/2015_07_21_00_world.sql
new file mode 100644
index 00000000000..afa6ee1534c
--- /dev/null
+++ b/sql/updates/world/2015_07_21_00_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature` SET `MovementType`=0 WHERE `guid` IN (111169, 111170);