View Single Post
12-15-20, 12:01 PM   #1
maqjav
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Feb 2012
Posts: 60
Extract conduit information

Hello.
I'm trying to extract information of a conduit given it's ID, however checking the documentation I don't see a way to extract the conduit data of a conduit that I haven't learnt and it's not in my soulbind.

Something like the next function but generic for every conduit in the game:
Code:
local conduitData = C_Soulbinds.GetConduitCollectionData(conduitID)
Thanks.
  Reply With Quote