mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 19:31:59 +01:00
DB/Update: Spawndist for creature with random movement
This commit is contained in:
5
sql/updates/world/2013_09_28_00_world_update.sql
Normal file
5
sql/updates/world/2013_09_28_00_world_update.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user