mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
5
data/sql/updates/db_world/2025_04_11_00.sql
Normal file
5
data/sql/updates/db_world/2025_04_11_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_04_10_01 -> 2025_04_11_00
|
||||
--
|
||||
-- set Spell Fury Effect 2 (SPELL_AURA_MOD_ROOT) as Positive (SPELL_ATTR0_CU_POSITIVE_EFF2)
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 46102;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES(46102, 134217728);
|
||||
Reference in New Issue
Block a user