Easy peasy here.
- Go to
World of Warcraft\_classic_\Interface\Addons\GatherMate2\Constants.lua
- Mosey on down to the
node_ids
entry for["Treasure"]
(Line 311 for me) - Scroll down a bit further for
--[NL["Blood of Heroes"]] = 513,
- Get rid of those nasty hyphens, no one knows how to use them correctly anyway. That little section looks something like this now
["Treasure"] = {
[NL["Giant Clam"]] = 501,
[NL["Battered Chest"]] = 502,
[NL["Tattered Chest"]] = 503,