diff options
author | Filip <boev.filip@gmail.com> | 2013-09-28 18:15:16 +0200 |
---|---|---|
committer | Filip <boev.filip@gmail.com> | 2013-09-28 18:15:16 +0200 |
commit | 18bf68ad7e6da7cdad611b1cc78cb15cfd11413e (patch) | |
tree | cd56fec24d48f4cc749ffda927a2d78067d45f25 | |
parent | cde2e4d6c96614d1d34a3578a77a369e38fc677c (diff) |
DB/Update: Spawndist for creature with random movement
-rw-r--r-- | sql/updates/world/2013_09_28_00_world_update.sql | 5 |
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; |