mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Core/Spells): Script Choking Vines (#17615)
* fix(DB/Custom): Choking Vines should stack from different sources * script spell * comment
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Choking Vines
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=35244;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (35244, 4194304);
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=35244 AND `ScriptName`='spell_gen_choking_vines';
|
||||
INSERT INTO `spell_script_names` VALUES (35244, 'spell_gen_choking_vines');
|
||||
Reference in New Issue
Block a user