View Single Post
06/12/21, 05:28 PM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
Dunno anymore how I found them but it was somehow via merTorchbug ingame I guess and using the API given for the companion collectibles.

Code:
local companionInfo = {
    [1] = 9245,     -- Bastian Helix, companionDefId 1,
    [2] = 9353,     -- Mirri Elendis, companionDefId 2,
}
  Reply With Quote