fix(DB/SAI): Ravenous Windroc not stacking eagle claw (#17531)

DB/SAI: Ravenous Windroc not stacking eagle claw
This commit is contained in:
avarishd
2023-10-17 23:33:07 +03:00
committed by GitHub
parent 6137b6e076
commit 9831689f48

View File

@@ -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);