mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
fix(DB/spell_proc_event): Lawbringer's T1 8 Set Bonus Fix (#10402)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1643386602617683649');
|
||||
-- Fixes Paladins Lawbringer's 8 set bonus
|
||||
DELETE FROM `spell_proc_event` WHERE `entry`=21747;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(21747, 0, 10, 0, 0, 0, 20, 0, 20, 0, 50000);
|
||||
Reference in New Issue
Block a user