mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
3
data/sql/updates/db_world/2026_04_12_03.sql
Normal file
3
data/sql/updates/db_world/2026_04_12_03.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2026_04_12_02 -> 2026_04_12_03
|
||||
-- Add SPELL_ATTR0_CU_DONT_BREAK_STEALTH (0x40) to Distract (1725)
|
||||
UPDATE `spell_custom_attr` SET `attributes` = `attributes` | 0x40 WHERE `spell_id` = 1725;
|
||||
Reference in New Issue
Block a user