diff options
author | offl <offl@users.noreply.github.com> | 2020-09-09 03:22:58 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-09-09 03:22:58 +0300 |
commit | fb9698cca7366e61ff9b749c6517121daf3ebb46 (patch) | |
tree | 9ae27c3b033d37407c379a09e474dee72fea2903 /sql | |
parent | 99f9c26b2d8fde1388fd35af4b6c0eb0f323157a (diff) |
DB/Spells: Remove unneeded spelldifficulty_dbc record
Handled in SpellDifficulty.dbc Ref ca9c7467673505663135ade6c33bf92a6f90534a
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2020_09_09_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |