mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
6
sql/updates/world/master/2022_11_01_03_world.sql
Normal file
6
sql/updates/world/master/2022_11_01_03_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user