~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

Viewing changes to src/gui/windows/tradewindow.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-11-18 15:19:44 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20131118151944-iyd93ut2rmxzp8gg
Tags: 1.3.11.10-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
444
444
                Item *const item = inv->findItem(mAutoAddItem->getId(),
445
445
                    mAutoAddItem->getColor());
446
446
                if (item)
447
 
                    tradeItem(item, mAutoAddItem->getQuantity());
 
447
                    tradeItem(item, mAutoAddAmount);
448
448
            }
449
449
        }
450
450
        if (mAutoMoney)