DB/Spawns: Remove some duplicates

Closes #22108
This commit is contained in:
ZenoX92
2018-07-08 15:01:43 +02:00
committed by Aokromes
parent ae91aeb479
commit 6fa8df6763

View File

@@ -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;