DB/Creature: Remove and fix some wrong spawns in Eversong Woods

Closes #17230
By SnapperRy and lyn1337

(cherry picked from commit dec66e3174)
This commit is contained in:
Killyana
2016-05-31 17:18:19 +02:00
committed by joschiwald
parent 37e632968a
commit f9ff8388a1

View 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;