mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Remove and fix some wrong spawns in Eversong Woods
Closes #17230 By SnapperRy and lyn1337
This commit is contained in:
10
sql/updates/world/3.3.5/2016_05_31_06_world.sql
Normal file
10
sql/updates/world/3.3.5/2016_05_31_06_world.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
--
|
||||
-- remove mis-spawned Mistbat (entry: 16353)
|
||||
DELETE FROM `creature` WHERE `guid`=57016;
|
||||
|
||||
-- remove one too many spawned Elder Springpaw (entry: 15651)
|
||||
DELETE FROM `creature` WHERE `guid`=55946;
|
||||
|
||||
-- set random movement and spawn distance to the common value for that creature
|
||||
UPDATE `creature` SET `spawndist`=5, `MovementType`=1 WHERE `guid`=55942;
|
||||
UPDATE `creature` SET `spawndist`=5, `MovementType`=1 WHERE `guid`=55945;
|
||||
Reference in New Issue
Block a user