aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2014-02-15 23:15:41 +0100
committerMitchesD <majklprofik@seznam.cz>2014-02-15 23:18:54 +0100
commit6907d51b6b4edd6cd5639db11d18768bb583f157 (patch)
tree38dd6c1a06705dc5798280cded82a6d833a26e6c /sql
parentcb237a4bc2775a1fdd726faa99ef4ae97dea2bd8 (diff)
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.sql4
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);