mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
DB/BoT: corrected proc type mask value for Theralion's Engulfing Magic
This commit is contained in:
@@ -179,10 +179,10 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry
|
||||
-- Spell Procs
|
||||
DELETE FROM `spell_proc` WHERE `SpellId` IN (86622, 95639, 95640, 95641, 93053);
|
||||
INSERT INTO `spell_proc` (`SpellId`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Cooldown`) VALUES
|
||||
(86622, 0x00055554, 3 | 2, 2, 0, 32, 0),
|
||||
(95639, 0x00055554, 3 | 2, 2, 0, 32, 0),
|
||||
(95640, 0x00055554, 3 | 2, 2, 0, 32, 0),
|
||||
(95641, 0x00055554, 3 | 2, 2, 0, 32, 0),
|
||||
(86622, 0x00055554, 1 | 2, 2, 0, 32, 0),
|
||||
(95639, 0x00055554, 1 | 2, 2, 0, 32, 0),
|
||||
(95640, 0x00055554, 1 | 2, 2, 0, 32, 0),
|
||||
(95641, 0x00055554, 1 | 2, 2, 0, 32, 0),
|
||||
(93053, 0x00000004, 0, 0, 0, 0, 20000);
|
||||
|
||||
-- Spellclick Entries
|
||||
|
||||
Reference in New Issue
Block a user