diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-06 01:00:05 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-06 01:00:05 +0200 |
| commit | 6079f369afe2d527d2778eca6b5f6669bff597d4 (patch) | |
| tree | 8273b7209e4b6a5bfacfa4a4fa156034d6b42b41 /sql | |
| parent | 447ddceabad28a3a4ed1ed3bdece632d2d072246 (diff) | |
Scripted/Misc: Some cleanup
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_06_00_world_spelldifficulty_dbc.sql | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_06_00_world_spelldifficulty_dbc.sql b/sql/updates/world/2013_07_06_00_world_spelldifficulty_dbc.sql new file mode 100644 index 00000000000..026fdd57f8f --- /dev/null +++ b/sql/updates/world/2013_07_06_00_world_spelldifficulty_dbc.sql @@ -0,0 +1,19 @@ +DELETE FROM `spelldifficulty_dbc` WHERE `id` IN (64213,64216,28371,28374,58960,58663,58666,60919,60897,60902,33526,33527,33528,33529,29107,36383,32302); +INSERT INTO `spelldifficulty_dbc` (`id`,`spellid0`,`spellid1`,`spellid2`,`spellid3`) VALUES +(64213,64213,64215,0,0), +(64216,64216,65279,0,0), +(28371,28371,54427,0,0), +(28374,28374,54426,0,0), +(58960,58960,60894,0,0), +(58663,58663,60880,0,0), +(58666,58666,60882,0,0), +(60919,60919,60923,0,0), +(60897,60897,60899,0,0), +(60902,60902,60916,0,0), +(33526,33526,38141,0,0), +(33527,33527,38138,0,0), +(33528,33528,38142,0,0), +(33529,33529,38143,0,0), +(29107,29107,55543,0,0), +(36383,36383,39382,0,0), +(32302,32302,38382,0,0);
\ No newline at end of file |
