From 492b6affb0bc07c595e5a315f70ad51661815c99 Mon Sep 17 00:00:00 2001 From: Wyreth Date: Sun, 29 Oct 2017 18:48:12 +0100 Subject: DB/Creature: Reginald Windsor Reginald Windsor should not be spawned in Stormwind, as he was killed by Onyxia during the questline that was removed before WotLK's launch. Closes #20743 --- sql/updates/world/3.3.5/2017_10_29_08_world_335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_10_29_08_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2017_10_29_08_world_335.sql b/sql/updates/world/3.3.5/2017_10_29_08_world_335.sql new file mode 100644 index 00000000000..375f56a97f5 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_29_08_world_335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature` WHERE `id`=12580; +DELETE FROM `creature_addon` WHERE `guid`=86900; +DELETE FROM `waypoint_data` WHERE `id`=869000; +DELETE FROM `spawn_group` WHERE `spawnId`=86900; -- cgit v1.2.3