diff Main.lua @ 260:3558ba83eacd

Added comment support for cursor types: item, merchant (which maps to item), spell.
author James D. Callahan III <jcallahan@curse.com>
date Mon, 18 Mar 2013 17:58:08 -0500
parents 834251607624
children 03f1fbe64104
line wrap: on
line diff
--- a/Main.lua	Mon Mar 18 15:12:05 2013 -0500
+++ b/Main.lua	Mon Mar 18 17:58:08 2013 -0500
@@ -372,7 +372,7 @@
     end
     return tonumber(item_link:match("item:(%d+)"))
 end
-
+private.ItemLinkToID = ItemLinkToID
 
 local function UnitTypeIsNPC(unit_type)
     return unit_type == private.UNIT_TYPES.NPC or unit_type == private.UNIT_TYPES.VEHICLE