mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/SAI): Ravenous Windroc not stacking eagle claw (#17531)
DB/SAI: Ravenous Windroc not stacking eagle claw
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Ravenous Windroc
|
||||
UPDATE `smart_scripts` SET `action_param2` = 0 WHERE `entryorguid` = 18220 AND `source_type` = 0 AND `id` = 0;
|
||||
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=30285;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (30285, 4194304);
|
||||
Reference in New Issue
Block a user