mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
DB/Spells: fixed Daybreak talent
This commit is contained in:
4
sql/updates/world/4.3.4/2022_06_12_00_world.sql
Normal file
4
sql/updates/world/4.3.4/2022_06_12_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_proc` WHERE `SpellId` IN (-88820, 88819);
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `SpellTypeMask`, `SpellPhaseMask`, `Charges`) VALUES
|
||||
(-88820, 10, 0x80000000 | 0x40000000, 0x0, 0x400, 0x2, 1, 0),
|
||||
(88819, 10, 0x200000, 0x10000, 0x0, 0x1 |0x2, 1, 1);
|
||||
Reference in New Issue
Block a user