diff options
author | Jinnaix <Jinnaix@users.noreply.github.com> | 2020-03-17 20:30:37 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-23 22:45:20 +0100 |
commit | d3a4dd0df9137231a3f4083e1caa205f9d0fd566 (patch) | |
tree | 963ee854062d55d22f7f06904153b5d80cb7e549 | |
parent | cc1c67183f9e35c4495cd19a7fd1c786c653e368 (diff) |
DB/Creature: Remove wrong spawns summoned by Nexus-Prince Shaffar
Closes #24325
(cherry picked from commit 05aeb142a8af481163e9905e4a194765c10510fb)
-rw-r--r-- | sql/updates/world/master/2021_12_23_23_world_2020_03_17_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_23_23_world_2020_03_17_02_world.sql b/sql/updates/world/master/2021_12_23_23_world_2020_03_17_02_world.sql new file mode 100644 index 00000000000..f964ce888aa --- /dev/null +++ b/sql/updates/world/master/2021_12_23_23_world_2020_03_17_02_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature` WHERE `id`=18431; +DELETE FROM `linked_respawn` WHERE `guid` IN (91131,91132,91133); |