diff options
| author | Killyana <morphone1@gmail.com> | 2020-03-17 19:15:51 +0100 | 
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-03-17 19:15:51 +0100 | 
| commit | 06c174c75d2433410db6710e62444a0fd3d5f67a (patch) | |
| tree | b9ac3613534422f6e3c652b42160e7bba6d4075e | |
| parent | 365ec7b28e023625ae84859c42b2d32ce3a4317a (diff) | |
DB/Creature: Remove wrong spawns from Blackwing Lair
| -rw-r--r-- | sql/updates/world/3.3.5/2020_03_17_00_world.sql | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_03_17_00_world.sql b/sql/updates/world/3.3.5/2020_03_17_00_world.sql new file mode 100644 index 00000000000..2deea45ed34 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_03_17_00_world.sql @@ -0,0 +1,3 @@ +--  +DELETE FROM `creature` WHERE `id` IN (14264,14263,14262); +DELETE FROM `linked_respawn` WHERE `guid` IN (85808, 85813, 85821, 85822, 85823, 85824, 85825, 85827, 85828, 85829, 85830, 85832, 85834, 85836, 85837, 85838);  | 
