mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Spells: silence tamed pet passive proc console spam
This commit is contained in:
4
sql/updates/world/custom/custom_2019_12_09_03_world.sql
Normal file
4
sql/updates/world/custom/custom_2019_12_09_03_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_proc` WHERE `SpellId` IN (83727, 94003);
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`) VALUES
|
||||
(83727, 1, 2, 0, 16),
|
||||
(94003, 1, 2, 0, 16);
|
||||
Reference in New Issue
Block a user