From 18bf68ad7e6da7cdad611b1cc78cb15cfd11413e Mon Sep 17 00:00:00 2001 From: Filip Date: Sat, 28 Sep 2013 18:15:16 +0200 Subject: DB/Update: Spawndist for creature with random movement --- sql/updates/world/2013_09_28_00_world_update.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2013_09_28_00_world_update.sql 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; -- cgit v1.2.3