Mercurial > wow > recipeprofit
diff core.lua @ 31:0ea3ff6465de v1.06a
Code Cleanup
| author | Aaron Bregger |
|---|---|
| date | Mon, 13 Sep 2010 14:24:53 -0500 |
| parents | 34e70bd042b1 |
| children | 3976960cda3d |
line wrap: on
line diff
--- a/core.lua Mon Aug 23 18:13:03 2010 -0500 +++ b/core.lua Mon Sep 13 14:24:53 2010 -0500 @@ -418,6 +418,7 @@ } end +-- TODO: Fix function get_colored_note_name(self, nodeID) local text = self.reverseNodeIDs["RecipeProfit"][nodeID] local sName, sLink, iRarity, iLevel, iMinLevel, sType, sSubType, iStackCount = GetItemInfo(nodeLookup[nodeID].itementry)
