mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
3
data/sql/updates/db_world/2026_02_19_02.sql
Normal file
3
data/sql/updates/db_world/2026_02_19_02.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2026_02_19_01 -> 2026_02_19_02
|
||||
-- Elemental Focus (16164): change SpellPhaseMask from CAST (0x1) to HIT (0x2)
|
||||
UPDATE `spell_proc` SET `SpellPhaseMask` = 2 WHERE `SpellId` = 16164;
|
||||
Reference in New Issue
Block a user