mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Gameobject: Wrong Nightmare Vine spawn in Shadowmoon Valley
Closes #28490
This commit is contained in:
5
sql/updates/world/3.3.5/2022_11_15_04_world.sql
Normal file
5
sql/updates/world/3.3.5/2022_11_15_04_world.sql
Normal file
@@ -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