aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorRat <none@none>2010-04-09 10:57:42 +0200
committerRat <none@none>2010-04-09 10:57:42 +0200
commit4bd2379c6f1e176466ba581d1439eee8feabe0da (patch)
tree4e31f668f08b95df966e12d0d572b096d9aaca16 /sql
parentcbbe587817f9d635338c1efc309418a9a6575d76 (diff)
*add example difficulty spells for magus telestra
--HG-- branch : trunk
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);