mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
DB/Spells: fixed Retribution Paladin T13 2p set bonus
This commit is contained in:
3
sql/updates/world/custom/custom_2018_08_01_00_world.sql
Normal file
3
sql/updates/world/custom/custom_2018_08_01_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`= 105765;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Cooldown`, `Charges`, `Chance`) VALUES
|
||||
(105765, 10, 0x00800000, 0, 0x00000008, 0, 1, 1, 0, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user