Mundocani / Outfitter

Outfitter addon for World of Warcraft
MIT License
2 stars 11 forks source link

Fix to Bank Deposit & Withdrawal errors #5

Open slaterd314 opened 4 years ago

slaterd314 commented 4 years ago

C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem() call inside of Outfitter:GetAzeriteCodesForLocation(location) was throwing an error. Couldn't determine what causes the error, so wrapped the call to C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem() inside of pcall()