Pierre-Sassoulas / grey-handling

Helps you get rid or exchange the right objects when your bags are full in World of Warcraft
https://www.curseforge.com/wow/addons/greyhandling
MIT License
3 stars 2 forks source link

Chat loot message API is not the same on classic #15

Closed Pierre-Sassoulas closed 5 years ago

Pierre-Sassoulas commented 5 years ago

Following #9 there is API message when the player is looting for the first time. This is due to the fact that the API for chat loot message is different in classic than in retail. The player is looting the object so we do not have to track its object and we do not have to call getItemInfo. But we did not realize its the player because of those API changes.

Pierre-Sassoulas commented 5 years ago

Fixed in 0.7.0