diff options
author | Jan-Fabian Humann <malastare@gmx.net> | 2005-05-10 15:39:47 +0000 |
---|---|---|
committer | Jan-Fabian Humann <malastare@gmx.net> | 2005-05-10 15:39:47 +0000 |
commit | ffd021a447d27c5bb3f5eab224971815851e41b4 (patch) | |
tree | 6b8e1390ab44710e5eef651760a1dff74611afc2 /src/game.cpp | |
parent | cbf85500497bc22578d6cb09d8d8fca9470c2150 (diff) | |
download | mana-client-ffd021a447d27c5bb3f5eab224971815851e41b4.tar.gz mana-client-ffd021a447d27c5bb3f5eab224971815851e41b4.tar.bz2 mana-client-ffd021a447d27c5bb3f5eab224971815851e41b4.tar.xz mana-client-ffd021a447d27c5bb3f5eab224971815851e41b4.zip |
some trade gui changes
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp index 2f0f6ee2..55dc3b5c 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -820,7 +820,7 @@ void do_parse() // later also de-clicked the ok button // handle zeny as well tradeWindow->addItem( - tradeWindow->trade_items->getFreeSlot(), RFIFOW(6), + tradeWindow->partnerItems->getFreeSlot(), RFIFOW(6), false, RFIFOL(2), false); break; // Trade: Item add response @@ -837,7 +837,7 @@ void do_parse() } tradeWindow->addItem( - tradeWindow->my_items->getFreeSlot(), + tradeWindow->myItems->getFreeSlot(), inventoryWindow->items->getId(RFIFOW(2)), true, inventoryWindow->items->getQuantity( RFIFOW(2)), |