Thread: AddOn Dilemma
View Single Post
01-10-18, 05:14 AM   #2
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
That error message is telling you how to fix it.

Code:
6308x Usage: local itemIDs = C_EquipmentSet.GetItemIDs(equipmentSetID)
[C]: in function `GetItemIDs'
...faceBlizzard_Deprecated\Deprecated_7_2_0.lua:152: in function `GetEquipmentSetItemIDs'
That says "GetEquipmentSetItemID is deprecated. Use C_EquipmentSet.GetItemIDs instead."
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
  Reply With Quote