mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
5
data/sql/updates/db_world/2026_06_16_06.sql
Normal file
5
data/sql/updates/db_world/2026_06_16_06.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2026_06_16_05 -> 2026_06_16_06
|
||||
-- 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