diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-11-03 03:02:04 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2016-11-03 03:06:24 -0300 |
commit | c428931860f4192931eee53f5889bbeaaf9cf36b (patch) | |
tree | ff91987ea6acc3fec0bd92893fd8d2a622bab9ec | |
parent | ca1a050e8a1a434164a7e5861582b0ccaaa1a55b (diff) |
DB/Spell: Maelstrom Weapon charge drop on cast
Closes #7068 (Again :P)
-rw-r--r-- | sql/updates/world/3.3.5/2016_11_03_02_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_03_02_world_335.sql b/sql/updates/world/3.3.5/2016_11_03_02_world_335.sql new file mode 100644 index 00000000000..0ce05e4dea4 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_11_03_02_world_335.sql @@ -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); |