aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip <boev.filip@gmail.com>2013-09-28 18:15:16 +0200
committerFilip <boev.filip@gmail.com>2013-09-28 18:15:16 +0200
commit18bf68ad7e6da7cdad611b1cc78cb15cfd11413e (patch)
treecd56fec24d48f4cc749ffda927a2d78067d45f25
parentcde2e4d6c96614d1d34a3578a77a369e38fc677c (diff)
DB/Update: Spawndist for creature with random movement
-rw-r--r--sql/updates/world/2013_09_28_00_world_update.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_09_28_00_world_update.sql b/sql/updates/world/2013_09_28_00_world_update.sql
new file mode 100644
index 00000000000..7d58291cd66
--- /dev/null
+++ b/sql/updates/world/2013_09_28_00_world_update.sql
@@ -0,0 +1,5 @@
+UPDATE `creature` SET `spawndist`=0 WHERE `guid`=142524;
+UPDATE `creature` SET `spawndist`=5 WHERE `guid`=142489;
+UPDATE `creature` SET `spawndist`=5 WHERE `guid`=142510;
+UPDATE `creature` SET `spawndist`=5 WHERE `guid`=142534;
+UPDATE `creature` SET `spawndist`=5 WHERE `guid`=142553;