DB/Spell: Maelstrom Weapon charge drop on cast

Closes #7068 (Again :P)
This commit is contained in:
ariel-
2016-11-03 03:02:04 -03:00
committed by Aokromes
parent 5896b95e41
commit 9ba3f57cfd

View File

@@ -0,0 +1,4 @@
-- Maelstrom Weapon
DELETE FROM `spell_proc` WHERE `SpellId`=53817;
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES
(53817, 0, 11, 0x000001C3, 0x00008000, 0x00000000, 0, 0x0, 0x1, 0x0, 0x8, 0, 0, 0, 0);