mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
DB/Spells: correct the SpellTypeMask of several trinket procs that were not suposed to proc from effects like buffs or other generic casts
This commit is contained in:
1
sql/updates/world/4.3.4/2022_03_28_00_world.sql
Normal file
1
sql/updates/world/4.3.4/2022_03_28_00_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc` SET `SpellTypeMask`= 0x1 | 0x2 WHERE `SpellId` IN (90848, 90886, 90888, 90892, 90897, 90899, 90990, 90993, 95878);
|
||||
Reference in New Issue
Block a user