Bug #2170
Problem with adornment reporting on ItemInfo
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
vbulletin_issue_id:
Description
Incorrect reporting of the number of adornments attached to an item
echo ${Me.Equipment[Waist].ToItemInfo.NumAdornmentsAttached}]} will report 3 adornments instead of 2.
Session freeze when trying to read an attached adornment
THIS WILL HANG YOUR SESSION
echo ${Me.Equipment[Waist].ToItemInfo.Adornment[2]}