From 530bc7349c93387649ac09f32ee2b08c65af8f46 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Fri, 11 Apr 2025 20:45:59 +0200 Subject: [PATCH] fix(DB/SpellCustomAttr): make Spell Fury spellstealable (#21897) --- data/sql/updates/pending_db_world/rev_1744392732263733650.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1744392732263733650.sql diff --git a/data/sql/updates/pending_db_world/rev_1744392732263733650.sql b/data/sql/updates/pending_db_world/rev_1744392732263733650.sql new file mode 100644 index 000000000..073919fab --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1744392732263733650.sql @@ -0,0 +1,4 @@ +-- +-- 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);