aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorillfated <illfated@users.noreply.github.com>2021-01-13 00:38:14 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-05 23:48:38 +0100
commitea5bc8317831e0db0d9dcb20d1be039328ad6cba (patch)
tree8b37d40537c7c578f9e6c9fc5bf5859406fa60f5
parent9036b866f36cb4d0f90aa61230ca636737478b99 (diff)
DB/Creature: Remove incorrectly spawned 2x Shadowmoon Retainer (22102)
Closes #25838 (cherry picked from commit 5170721fb9cb0007f7401e6580d371d41dc34804)
-rw-r--r--sql/updates/world/master/2022_03_05_71_world_2021_01_12_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_05_71_world_2021_01_12_01_world.sql b/sql/updates/world/master/2022_03_05_71_world_2021_01_12_01_world.sql
new file mode 100644
index 00000000000..614c6ccdd15
--- /dev/null
+++ b/sql/updates/world/master/2022_03_05_71_world_2021_01_12_01_world.sql
@@ -0,0 +1,2 @@
+-- Remove 2 incorrect permanent spawns belonging to a scripted quest event
+DELETE FROM `creature` WHERE `id` = 22102 AND `guid` IN (86101, 86102);