mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
DB/Items: fixed procs for Darkmoon Cards and festival trinkets
This commit is contained in:
10
sql/updates/world/custom/custom_2018_07_04_01_world.sql
Normal file
10
sql/updates/world/custom/custom_2018_07_04_01_world.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
DELETE FROM `spell_proc` WHERE `spellId` IN (89086, 89088, 89183, 101292, 101290, 101288);
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `Chance`, `AttributesMask`, `Cooldown`) VALUES
|
||||
-- Darkmoon Cards
|
||||
(89086, 0, 0, 0x0, 0x0, 0x0, 0x00000154, 0x1, 0x2, 0x0, 5, 0x0, 0),
|
||||
(89088, 0, 0, 0x0, 0x0, 0x0, 0x00050000, 0x1, 0x2, 0x0, 0, 0x0, 45000),
|
||||
(89183, 0, 0, 0x0, 0x0, 0x0, 0x00044000, 0x2, 0x2, 0x0, 0, 0x0, 7000),
|
||||
-- Festival Trinkets
|
||||
(101292, 0, 0, 0x0, 0x0, 0x0, 0x00010000, 0x1, 0x1, 0x0, 0, 0x0, 50000),
|
||||
(101290, 0, 0, 0x0, 0x0, 0x0, 0x00044000, 0x2, 0x2, 0x0, 0, 0x0, 50000),
|
||||
(101288, 0, 0, 0x0, 0x0, 0x0, 0x00000154, 0x1, 0x2, 0x0, 0, 0x0, 50000);
|
||||
Reference in New Issue
Block a user