mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
4
sql/updates/world/3.3.5/2016_11_03_00_world_335.sql
Normal file
4
sql/updates/world/3.3.5/2016_11_03_00_world_335.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Savage Combat
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`=-51682;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES
|
||||
(-51682, 0, 8, 0x00000000, 0x00080000, 0x00000000, 0, 0x4, 0x2, 0x0, 0x2, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user