mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-15 13:35:08 +00:00
fix(DB/Proc): Restrict on-spellcast procs to damage/heal only (#25061)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Restrict "on spellcast" procs to damage/heal only (SpellTypeMask=3)
|
||||
-- Prevents proccing from utility spells like Open Lock (doors with keys)
|
||||
UPDATE `spell_proc` SET `SpellTypeMask` = 3 WHERE `SpellId` IN (27521, 27774, 32837, 32980, 32981, 34584, 38334, 55381, 58442, 62114, 71585);
|
||||
Reference in New Issue
Block a user