View Single Post
06/04/21, 05:07 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
FCOCompanion dismisses the companion if you interact with a crafting table, this fixes Bastian's dislike e.g.

About Miri: There exists addons which can hide the loot text for bugs etc. If you press the loot keybind it still will be looted but it helps already.
And most likely other loot addons which destroy some items or do not even pick them up exist as well.

This is not dependent on any companionbut at best they could add the companion check for Miri e.g.

The companion's collectibleIds are:
Code:
local companionCollectibleIds = {
    [1] = 9245,     -- Bastian Helix, companionDefId 1,
    [2] = 9353,     -- Mirri Elendis, companionDefId 2,
}
  Reply With Quote