mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
DB/Spells: Unleash Wind will now always drop proc charges regardless of the hit outcome
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user