aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2015_05_22_04_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_22_04_world.sql b/sql/updates/world/2015_05_22_04_world.sql
new file mode 100644
index 00000000000..f99479a6042
--- /dev/null
+++ b/sql/updates/world/2015_05_22_04_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `creature` SET `MovementType`=1, `spawndist`=10 WHERE `id`IN (10956);
+UPDATE `creature_template` SET `InhabitType`=2 WHERE `entry`=10956;