diff options
author | offl <offl@users.noreply.github.com> | 2021-02-01 16:13:49 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-02-01 16:13:49 +0200 |
commit | 77e458caef4eeea105bb4a1debfe42ed9c5ea8c1 (patch) | |
tree | 443b4765a4cb0f8faf9212d82f669f4dff211dc6 /sql | |
parent | 0dee695f3bf1e7eea8082f84e1c552c03a137dab (diff) |
DB/Creature: Remove Duke Ragereaver, spawned in Cata
Closes #26003
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2021_02_01_00_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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; |