diff options
-rw-r--r-- | sql/updates/world/master/2023_01_12_32_world_2022_11_15_04_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_12_32_world_2022_11_15_04_world.sql b/sql/updates/world/master/2023_01_12_32_world_2022_11_15_04_world.sql new file mode 100644 index 00000000000..9c648fcdb17 --- /dev/null +++ b/sql/updates/world/master/2023_01_12_32_world_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; |