From d3a38dc52ef52e932d2d5665e48c31f843748c19 Mon Sep 17 00:00:00 2001 From: Jildor Date: Tue, 15 Nov 2022 21:20:54 +0100 Subject: DB/Gameobject: Wrong Nightmare Vine spawn in Shadowmoon Valley Closes #28490 --- sql/updates/world/3.3.5/2022_11_15_04_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2022_11_15_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2022_11_15_04_world.sql b/sql/updates/world/3.3.5/2022_11_15_04_world.sql new file mode 100644 index 00000000000..9c648fcdb17 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_11_15_04_world.sql @@ -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; -- cgit v1.2.3