diff options
| author | joschiwald <joschiwald.trinity@gmail.com> | 2014-04-17 02:02:51 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2014-04-17 02:02:51 +0200 |
| commit | 8877a87c993f5e357becea0b6af7af8e238318c2 (patch) | |
| tree | aa909d910715b20414d72c2138f96d4ba37483b7 /sql | |
| parent | fa472c614213f3b569fd1f17fb1040d5d699c04a (diff) | |
| parent | 6907d51b6b4edd6cd5639db11d18768bb583f157 (diff) | |
Merge pull request #11614 from MitchesD/kelthuzad
Scripts/Kelthuzad: move spells into spelldifficulty_dbc and cleanup
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_02_15_00_world_spelldifficulty_dbc.sql | 4 |
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); |
