We basically just need to update the goblinIds dictionary with the proper SNO #'s for all the new goblins:
private static readonly HashSet<int> goblinIds = new HashSet<int> {
5984, 5985, 5987, 5988, 405186, 380657
};
Trying to see if I can find them now...