Sign in to follow this  
Followers 0
Florix

[Shadowlands]: Eat Your Greens

1 post in this topic

Title: Eat Your Greens
Bugtracker Link:


Patch Content:

So, i did the achievement https://www.wowhead.com/achievement=12588/eat-your-greens in Nazmir and noticed, that all the buffs stack. I watched some retail videos where this was not the case.
Note: each buff gives 10% stat, like crit, mastery and so on
Note2: the ID 5001 is custom

Patch Content:
https://www.wowhead.com/spell=273779
https://www.wowhead.com/spell=273797
https://www.wowhead.com/spell=275054
https://www.wowhead.com/spell=273781
https://www.wowhead.com/spell=275032
https://www.wowhead.com/spell=275059

 

DELETE FROM `spell_group` WHERE `id`='5001';
INSERT INTO `spell_group` (`id`,`spell_id`) VALUES 
('5001','273779'),
('5001','273797'),
('5001','275054'),
('5001','273781'),
('5001','275032'),
('5001','275059');
DELETE FROM `spell_group_stack_rules` WHERE `group_id`='5001';
INSERT INTO `spell_group_stack_rules` (`group_id`,`stack_rule`) VALUES 
('5001','1');

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0