Bug #2282
Item.ToItemInfo.ModFlag only works if the item has a single modflag
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
vbulletin_issue_id:
Description
For example:
Me.Inventory[Fay Drake Foot].ToItemInfo.ModFlag |
Returns blank because it has more than 1 modflag
vs
Me.Inventory[Zimaran Minion's Essence of Clarity].ToItemInfo.ModFlag | NO-TRANSMUTE
I tested this on multiple different items/mod flags, and it all seems to work the same. A single modflag = works, multiple is blank.
Files
No data to display