HgAlexx / Buffet

Buffet is a food/water macro generator originally developed by tekkub and currently maintained by mZHg.
https://www.curseforge.com/wow/addons/buffet
17 stars 8 forks source link

Fix Lua error in `/buffet bests` #28

Closed praxxis closed 3 years ago

praxxis commented 3 years ago

table.sort doesn't return, causing an error when you try and iterate over nil, and it doesn't really sort a key/value list in a useful way without a userland function, so I've just removed it.