aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2017_02_23_01_world_335.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_02_23_01_world_335.sql b/sql/updates/world/3.3.5/2017_02_23_01_world_335.sql
new file mode 100644
index 00000000000..89858856417
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_02_23_01_world_335.sql
@@ -0,0 +1,6 @@
+UPDATE `spell_proc` SET `AttributesMask`=(`AttributesMask` & ~0x10) WHERE `SpellId` IN (32216, 56817);
+
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_gen_proc_charge_drop_only';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(32216, 'spell_gen_proc_charge_drop_only'),
+(56817, 'spell_gen_proc_charge_drop_only');