mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 22:15:15 +00:00
fix(DB/Custom): Rotting Touch should stack from different sources (#18079)
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
-- Rotting Touch
|
||||||
|
DELETE FROM `spell_custom_attr` WHERE `spell_id`=50196;
|
||||||
|
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (50196, 4194304);
|
||||||
Reference in New Issue
Block a user