mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Spells): Malacrass Drain Power should stack from different cas… (#20749)
fix(DB/Spells): Malacrass Drain Power should stack from different casters
This commit is contained in:
2
data/sql/updates/pending_db_world/mala.sql
Normal file
2
data/sql/updates/pending_db_world/mala.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=44132;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (44132, 4194304);
|
||||
Reference in New Issue
Block a user