Sign in to follow this  
Followers 0
Florix

[Accepted][Shadowlands]: Warsong Helm

2 posts in this topic

Title: Warsong Helm
Bugtracker Link:


Patch Content:

The chest drops 10 instead of 1 helmets.

Patch Content:
https://www.wowhead.com/object=233645/warsong-helm
https://www.wowhead.com/item=118250/riverwashed-warsong-helm

 

UPDATE `gameobject_loot_template` SET `MinCount`='1',`MaxCount`='1' WHERE `entry`='233645' AND `item`='118250';

 

Share this post


Link to post
Share on other sites

Hey,
we use mincountOrRef and maxcount instead of MinCount and MaxCount.
Here is the updated query:

UPDATE `gameobject_loot_template` SET `mincountOrRef`='1',`maxcount`='1' WHERE `entry`='233645' AND `item`='118250';

 

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