WoWInterface SVN SplitItemsOnTheFly

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 11 to Rev 10
    Reverse comparison

Rev 11 → Rev 10

core.lua
62,6 → 62,7
function events:ITEM_LOCK_CHANGED(...)
--Get Count (initial Count)
local arg1,arg2=...
print(arg1,arg2)
if arg1 and arg2 then
_,SI.count,lock = GetContainerItemInfo(...)
--Item is splitable and got picked up