WoWInterface SVN OpenAll

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 4 to Rev 5
    Reverse comparison

Rev 4 → Rev 5

OpenAll.lua
25,7 → 25,7
if money > 0 then
TakeInboxMoney(index)
needsToWait = true
total_cash = total_cash - money
if total_cash then total_cash = total_cash - money end
elseif (not takingOnlyCash) and numItems and (numItems > 0) and COD <= 0 then
TakeInboxItem(index)
needsToWait = true