mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core/Spells: Fix paladin talent "Daybreak"
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry`=-88820;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(-88820, 0, 10, 0xC0000000, 0, 0x400, 0, 0, 0, 0, 0);
|
||||
@@ -3269,6 +3269,7 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
case 54741: // Firestarter
|
||||
case 57761: // Fireball!
|
||||
case 64823: // Item - Druid T8 Balance 4P Bonus
|
||||
case 88819: // Daybreak
|
||||
spellInfo->ProcCharges = 1;
|
||||
break;
|
||||
case 44544: // Fingers of Frost
|
||||
|
||||
Reference in New Issue
Block a user