diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2017-03-26 14:19:20 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2017-03-26 14:19:20 -0300 |
| commit | 8e1e081d6cd3826a46e96cac211d5c12f5d8536b (patch) | |
| tree | ae679d3cacc6a6b91f6d8d094eaf3a1f2f7cf46a /sql | |
| parent | 00b547146d5486cb82b30199b3c145c8b5f2f3bc (diff) | |
Core/Scripts: implemented enchant Blade Warding
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_03_26_05_world_335.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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; |
