From 4bd2379c6f1e176466ba581d1439eee8feabe0da Mon Sep 17 00:00:00 2001 From: Rat Date: Fri, 9 Apr 2010 10:57:42 +0200 Subject: *add example difficulty spells for magus telestra --HG-- branch : trunk --- sql/updates/7816_world_spelldifficulty_dbc.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/7816_world_spelldifficulty_dbc.sql (limited to 'sql/updates') 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); -- cgit v1.2.3