aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-03-17 19:15:51 +0100
committerShauren <shauren.trinity@gmail.com>2021-12-23 22:10:31 +0100
commit3942e1f0254f7b80d87028259a0b8d57b4e69c11 (patch)
tree219d85724c59afec4ef4fa08a8647a2e1610be9e
parent995f4bf835e2dc27684b2bd8cf189eef2f044a63 (diff)
DB/Creature: Remove wrong spawns from Blackwing Lair
(cherry picked from commit 06c174c75d2433410db6710e62444a0fd3d5f67a)
-rw-r--r--sql/updates/world/master/2021_12_23_21_world_2020_03_17_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_23_21_world_2020_03_17_00_world.sql b/sql/updates/world/master/2021_12_23_21_world_2020_03_17_00_world.sql
new file mode 100644
index 00000000000..2deea45ed34
--- /dev/null
+++ b/sql/updates/world/master/2021_12_23_21_world_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);