From ea5bc8317831e0db0d9dcb20d1be039328ad6cba Mon Sep 17 00:00:00 2001 From: illfated Date: Wed, 13 Jan 2021 00:38:14 +0200 Subject: DB/Creature: Remove incorrectly spawned 2x Shadowmoon Retainer (22102) Closes #25838 (cherry picked from commit 5170721fb9cb0007f7401e6580d371d41dc34804) --- sql/updates/world/master/2022_03_05_71_world_2021_01_12_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_03_05_71_world_2021_01_12_01_world.sql (limited to 'sql') 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); -- cgit v1.2.3