mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-09 10:40:28 +00:00
5
data/sql/updates/db_world/2026_02_28_09.sql
Normal file
5
data/sql/updates/db_world/2026_02_28_09.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2026_02_28_08 -> 2026_02_28_09
|
||||
-- Fingers of Frost buff: change SpellPhaseMask from 3 (CAST|HIT) to 1 (CAST only).
|
||||
-- With !IsTriggered() removed from CAST proc blocks, triggered spells now fire
|
||||
-- CAST procs, so HIT phase is no longer needed for triggered spell consumption.
|
||||
UPDATE `spell_proc` SET `SpellPhaseMask` = 1 WHERE `SpellId` = 74396;
|
||||
Reference in New Issue
Block a user