aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2019_07_07_00_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_07_00_world.sql b/sql/updates/world/3.3.5/2019_07_07_00_world.sql
new file mode 100644
index 00000000000..a8093b8f3b9
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_07_07_00_world.sql
@@ -0,0 +1,9 @@
+--
+DELETE FROM `spell_script_names` WHERE `ScriptName`="spell_frostbomb";
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(51103, "spell_urom_frostbomb");
+
+DELETE FROM `spelldifficulty_dbc` WHERE `id` IN (51110, 51121);
+INSERT INTO `spelldifficulty_dbc` (`id`, `spellid0`, `spellid1`) VALUES
+(51110, 51110, 59377),
+(51121, 51121, 59376);