Mercurial > wow > askmrrobot
diff sort.lua @ 17:e77e01abce98
Warlords of Draenor pre-patch
author | Adam tegen <adam.tegen@gmail.com> |
---|---|
date | Mon, 13 Oct 2014 21:28:32 -0500 |
parents | ec731d2fe6ba |
children |
line wrap: on
line diff
--- a/sort.lua Thu Jul 10 15:32:11 2014 -0700 +++ b/sort.lua Mon Oct 13 21:28:32 2014 -0500 @@ -22,10 +22,3 @@ end end end - -function AskMrRobot.sortSlots(t) - return AskMrRobot.spairs(t, function(x, a, b) - if a == nil and b == nil then return 0 end - return AskMrRobot.sortedSlots[a] < AskMrRobot.sortedSlots[b] - end) -end