aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinnaix <Jinnaix@users.noreply.github.com>2020-03-17 20:30:37 +0100
committerKillyana <morphone1@gmail.com>2020-03-17 20:30:37 +0100
commit05aeb142a8af481163e9905e4a194765c10510fb (patch)
tree2c29082a9258f9be16894e82fca776016fd6d54b
parent8fd68e805d9121809de21ebca56ba395525d7fc0 (diff)
DB/Creature: Remove wrong spawns summoned by Nexus-Prince Shaffar
Closes #24325
-rw-r--r--sql/updates/world/3.3.5/2020_03_17_02.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_03_17_02.sql b/sql/updates/world/3.3.5/2020_03_17_02.sql
new file mode 100644
index 00000000000..f964ce888aa
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_03_17_02.sql
@@ -0,0 +1,3 @@
+--
+DELETE FROM `creature` WHERE `id`=18431;
+DELETE FROM `linked_respawn` WHERE `guid` IN (91131,91132,91133);