From d3a4dd0df9137231a3f4083e1caa205f9d0fd566 Mon Sep 17 00:00:00 2001 From: Jinnaix Date: Tue, 17 Mar 2020 20:30:37 +0100 Subject: DB/Creature: Remove wrong spawns summoned by Nexus-Prince Shaffar Closes #24325 (cherry picked from commit 05aeb142a8af481163e9905e4a194765c10510fb) --- sql/updates/world/master/2021_12_23_23_world_2020_03_17_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2021_12_23_23_world_2020_03_17_02_world.sql (limited to 'sql/updates') 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); -- cgit v1.2.3