From 0594d928312ed46e4fbf91edce180b356a7fee9b Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Sun, 8 Jul 2018 15:01:43 +0200 Subject: DB/Spawns: Remove some duplicates Closes #22108 --- sql/updates/world/3.3.5/2018_07_08_09_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_07_08_09_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_07_08_09_world_335.sql b/sql/updates/world/3.3.5/2018_07_08_09_world_335.sql new file mode 100644 index 00000000000..8a66611315c --- /dev/null +++ b/sql/updates/world/3.3.5/2018_07_08_09_world_335.sql @@ -0,0 +1,3 @@ +DELETE FROM `creature` WHERE `guid` IN (42847,42850,37624,3828,38851,38824,51692,51697,51704,51699); +DELETE FROM `creature_addon` WHERE `guid` IN (42847,42850,37624,3828,38851,38824,51692,51697,51704,51699); +DELETE FROM `spawn_group` WHERE `spawnId` IN (42847,42850,37624,3828,38851,38824,51692,51697,51704,51699) AND `spawnType`=0; -- cgit v1.2.3