From fb9698cca7366e61ff9b749c6517121daf3ebb46 Mon Sep 17 00:00:00 2001 From: offl Date: Wed, 9 Sep 2020 03:22:58 +0300 Subject: [PATCH] DB/Spells: Remove unneeded spelldifficulty_dbc record Handled in SpellDifficulty.dbc Ref ca9c7467673505663135ade6c33bf92a6f90534a --- sql/updates/world/3.3.5/2020_09_09_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_09_09_00_world.sql diff --git a/sql/updates/world/3.3.5/2020_09_09_00_world.sql b/sql/updates/world/3.3.5/2020_09_09_00_world.sql new file mode 100644 index 00000000000..05fcd7d2acd --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_09_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `spelldifficulty_dbc` WHERE `id` = 66809;