From 77e458caef4eeea105bb4a1debfe42ed9c5ea8c1 Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 1 Feb 2021 16:13:49 +0200 Subject: DB/Creature: Remove Duke Ragereaver, spawned in Cata Closes #26003 --- sql/updates/world/3.3.5/2021_02_01_00_world_335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_02_01_00_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_02_01_00_world_335.sql b/sql/updates/world/3.3.5/2021_02_01_00_world_335.sql new file mode 100644 index 00000000000..ea8ce890d58 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_02_01_00_world_335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `waypoint_data` WHERE `id` = 740330; +DELETE FROM `creature_template_addon` WHERE `entry` = 10820; +DELETE FROM `creature` WHERE `id` = 10820; +DELETE FROM `smart_scripts` WHERE `entryorguid` = 10820 AND `source_type` = 0; -- cgit v1.2.3