mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
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:
@@ -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