mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-20 06:59:46 -04:00
DB/Gameobject: Wrong Nightmare Vine spawn in Shadowmoon Valley
Closes #28490
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