summaryrefslogtreecommitdiff
path: root/src/game-server/buysell.cpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-14 13:38:18 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-14 13:38:18 +0000
commita88aa0a9af24962f8eea11e039fcf34dade66037 (patch)
treea894a129129ef3ddefcdbcd9e660461170b7c50e /src/game-server/buysell.cpp
parent4c7acd2de27714caab933f8fc2d65a3d4a622336 (diff)
downloadmanaserv-a88aa0a9af24962f8eea11e039fcf34dade66037.tar.gz
manaserv-a88aa0a9af24962f8eea11e039fcf34dade66037.tar.bz2
manaserv-a88aa0a9af24962f8eea11e039fcf34dade66037.tar.xz
manaserv-a88aa0a9af24962f8eea11e039fcf34dade66037.zip
Involved money in trade handler.
Diffstat (limited to 'src/game-server/buysell.cpp')
-rw-r--r--src/game-server/buysell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/buysell.cpp b/src/game-server/buysell.cpp
index f249d9c1..9a7309e5 100644
--- a/src/game-server/buysell.cpp
+++ b/src/game-server/buysell.cpp
@@ -39,7 +39,7 @@ BuySell::BuySell(Character *c, bool sell):
BuySell::~BuySell()
{
- mChar->cancelTransaction();
+ mChar->setBuySell(NULL);
}
void BuySell::cancel()