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:
Lilliandris
2026-06-16 20:03:01 +02:00
committed by GitHub
parent 7b26de4e58
commit 80b6016528
@@ -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);