From 6907d51b6b4edd6cd5639db11d18768bb583f157 Mon Sep 17 00:00:00 2001 From: MitchesD Date: Sat, 15 Feb 2014 23:15:41 +0100 Subject: Scripts/Kelthuzad: move spells into spelldifficulty_dbc and cleanup --- sql/updates/world/2014_02_15_00_world_spelldifficulty_dbc.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2014_02_15_00_world_spelldifficulty_dbc.sql (limited to 'sql') 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); -- cgit v1.2.3