DB/Stormwind: Delete some duplicate spawns

Closes #28442
This commit is contained in:
Meji
2022-11-01 23:25:44 +01:00
committed by Naddley
parent 3cf9278941
commit e5421cb9ec

View File

@@ -0,0 +1,6 @@
-- Pre Broken Shore Harbor incorrect spawns
DELETE FROM `creature` WHERE `guid` IN (650989, 650998, 651006, 651007, 651012, 651016, 651024);
DELETE FROM `gameobject` WHERE `guid`=400277;
-- Duplicated - Totally Generic Bunny (All Phase)
DELETE FROM `creature` WHERE `guid` IN (651019, 651028);