mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
fix(DB/Hunter): Dust Cloud debuff not removed after first miss (#26225)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Dust Cloud (54404) - remove on the affected unit's first missed melee swing
|
||||
DELETE FROM `spell_proc` WHERE `SpellId` = 54404;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `ProcFlags`, `HitMask`, `Chance`, `Charges`)
|
||||
VALUES (54404, 0x00000004, 0x00000004, 100, 1);
|
||||
Reference in New Issue
Block a user