From f4113a94c2bf9a01d84a70d8a6e2f94298f3fedd Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 8 Jul 2018 23:27:52 +0200 Subject: [PATCH] DB/Spells: Unleash Wind will now always drop proc charges regardless of the hit outcome --- sql/updates/world/custom/custom_2018_07_08_07_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/custom/custom_2018_07_08_07_world.sql b/sql/updates/world/custom/custom_2018_07_08_07_world.sql index e9fe67fb33b..147bb725dd0 100644 --- a/sql/updates/world/custom/custom_2018_07_08_07_world.sql +++ b/sql/updates/world/custom/custom_2018_07_08_07_world.sql @@ -4,4 +4,4 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES DELETE FROM `spell_proc` WHERE `SpellId`= 73681; INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Cooldown`, `Charges`, `Chance`) VALUES -(73681, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 100); +(73681, 0, 0, 0, 0, 0, 0, 0, 12287, 0, 0, 6, 100);