From 8e1e081d6cd3826a46e96cac211d5c12f5d8536b Mon Sep 17 00:00:00 2001 From: ariel- Date: Sun, 26 Mar 2017 14:19:20 -0300 Subject: Core/Scripts: implemented enchant Blade Warding --- sql/updates/world/3.3.5/2017_03_26_05_world_335.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_03_26_05_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_03_26_05_world_335.sql b/sql/updates/world/3.3.5/2017_03_26_05_world_335.sql new file mode 100644 index 00000000000..d4465ea3ce4 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_03_26_05_world_335.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_blade_warding'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(64440, 'spell_gen_blade_warding'); + +-- no cooldown +UPDATE `spell_proc` SET `Cooldown`=0 WHERE `SpellId`=64440; -- cgit v1.2.3