mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
DB/Gameobject: Wrong Nightmare Vine spawn in Shadowmoon Valley
Closes #28490
(cherry picked from commit d3a38dc52e)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- delete wrong spawnId (duplicate)
|
||||
DELETE FROM `gameobject` WHERE `guid`=21587;
|
||||
DELETE FROM `gameobject_addon` WHERE `guid`=21587;
|
||||
DELETE FROM `pool_members` WHERE `spawnId`=21587;
|
||||
DELETE FROM `spawn_group` WHERE `spawnId`=21587 AND `spawnType`=1;
|
||||
Reference in New Issue
Block a user