internal void AddToLootBlacklist(ulong guid) { if (!LootBlacklist.Contains(guid)) { LootBlacklist.Add(guid); } }