Sign in to follow this  
Followers 0
Florix

[Accepted][Shadowlands]: Fishing Bobbers

1 post in this topic

Title: Fishing Bobbers
Bugtracker Link:


Patch Content:

I've noticed, that the Fishing Bobber Buffs are stack-able. Nothing serious but i do not think, it is supposed to be like that.
RRPgiVl.png

The id and group_id are custom. You have to check in Firestorms DB which are still free to use.

Patch content:

https://www.wowhead.com/item=136375/squeaky-duck-bobber
https://www.wowhead.com/item=142531/crate-of-bobbers-squeaky-duck
https://www.wowhead.com/item=147309/crate-of-bobbers-face-of-the-forest
https://www.wowhead.com/item=142530/crate-of-bobbers-tugboat
https://www.wowhead.com/item=143662/crate-of-bobbers-wooden-pepe
https://www.wowhead.com/item=180993/bat-visage-bobber
https://www.wowhead.com/item=147311/crate-of-bobbers-replica-gondola
https://www.wowhead.com/item=147310/crate-of-bobbers-floating-totem
https://www.wowhead.com/item=147308/crate-of-bobbers-enchanted-bobber
https://www.wowhead.com/item=147312/crate-of-bobbers-demon-noggin
https://www.wowhead.com/item=147307/crate-of-bobbers-carved-wooden-helm
https://www.wowhead.com/item=136373/can-o-worms-bobber
https://www.wowhead.com/item=133688/tugboat-bobber
https://www.wowhead.com/item=142532/crate-of-bobbers-murloc-head
https://www.wowhead.com/item=142529/crate-of-bobbers-cat-head
https://www.wowhead.com/item=142528/crate-of-bobbers-can-of-worms
https://www.wowhead.com/item=136376/murloc-bobber
https://www.wowhead.com/item=136375/squeaky-duck-bobber
https://www.wowhead.com/item=136374/toy-cat-head-bobber
https://www.wowhead.com/item=180168/oribobber

 

Patch:
 

-- #5001/Spell - Fishing Bobber buff stacking
DELETE FROM `spell_group` WHERE `id`='50001';
INSERT INTO `spell_group` (`id`,`spell_id`) VALUES 
('50001','231341'),
('50001','207698'),
('50001','240806'),
('50001','231338'),
('50001','232613'),
('50001','335484'),
('50001','240804'),
('50001','240802'),
('50001','240800'),
('50001','240801'),
('50001','240803'),
('50001','207695'),
('50001','201741'),
('50001','231349'),
('50001','231319'),
('50001','231291'),
('50001','207699'),
('50001','207698'),
('50001','207696'),
('50001','330634');
DELETE FROM `spell_group_stack_rules` WHERE `group_id`='50001';
INSERT INTO `spell_group_stack_rules` (`group_id`,`stack_rule`) VALUES ('50001','1');

 

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0