aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/7816_world_spelldifficulty_dbc.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/7816_world_spelldifficulty_dbc.sql b/sql/updates/7816_world_spelldifficulty_dbc.sql
new file mode 100644
index 00000000000..b069babc42c
--- /dev/null
+++ b/sql/updates/7816_world_spelldifficulty_dbc.sql
@@ -0,0 +1,5 @@
+-- Add examples for spell difficulties
+DELETE FROM `spelldifficulty_dbc` WHERE `id` IN (3000,3001);
+INSERT INTO `spelldifficulty_dbc` (`id`,`spellid0`,`spellid1`,`spellid2`,`spellid3`) VALUES
+(3000, 47772, 56935, 0, 0),
+(3001, 47773, 56934, 0, 0);