summaryrefslogtreecommitdiff
path: root/src/gui/sell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/sell.cpp')
-rw-r--r--src/gui/sell.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/sell.cpp b/src/gui/sell.cpp
index c3596503..73880861 100644
--- a/src/gui/sell.cpp
+++ b/src/gui/sell.cpp
@@ -41,7 +41,6 @@
#include "../resources/itemmanager.h"
#include "../net/messageout.h"
-#include "../net/network.h"
#include "../net/protocol.h"
@@ -237,7 +236,6 @@ void SellDialog::action(const std::string& eventId)
outMsg.writeShort(8);
outMsg.writeShort(shopInventory[selectedItem].index);
outMsg.writeShort(m_amountItems);
- writeSet(8);
m_maxItems -= m_amountItems;
m_amountItems = 0;