typicalzergling / vendor

Vendor WoW Addon
MIT License
4 stars 3 forks source link

[Suggestion] IsSoulbound change back to IsBound? #51

Closed stornquist closed 3 years ago

stornquist commented 3 years ago

C_Item.IsBound returns whether or not the item is soul- or accountbound and not just if it's soulbound.

typicalzergling commented 3 years ago

For rule compatibility with folks who may already be using IsSoulbound and specifically want to find that, I'm going to leave that as-is, but I think we will add IsBound to the script options in the next update.for where Soulbound or Account bound doesn't matter.

typicalzergling commented 3 years ago

Actually when I was looking at it, we already use C_Item.IsBound() to set IsSoulbound.

I'm just going to add IsBound as an alias for it, in case we want to make a distinction someday.