aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_02_15_00_world_spelldifficulty_dbc.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_15_00_world_spelldifficulty_dbc.sql b/sql/updates/world/2014_02_15_00_world_spelldifficulty_dbc.sql
new file mode 100644
index 00000000000..0aa40502b08
--- /dev/null
+++ b/sql/updates/world/2014_02_15_00_world_spelldifficulty_dbc.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spelldifficulty_dbc` WHERE `id` IN(28478,28479);
+INSERT INTO `spelldifficulty_dbc` (`id`, `spellid0`, `spellid1`) VALUES
+(28478,28478,55802),
+(28479,28479,55807);