diff options
author | Jinnaix <Jinnaix@users.noreply.github.com> | 2020-03-17 20:30:37 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-03-17 20:30:37 +0100 |
commit | 05aeb142a8af481163e9905e4a194765c10510fb (patch) | |
tree | 2c29082a9258f9be16894e82fca776016fd6d54b | |
parent | 8fd68e805d9121809de21ebca56ba395525d7fc0 (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.sql | 3 |
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); |