summaryrefslogtreecommitdiff
path: root/src/gui/windows/buydialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/buydialog.cpp')
-rw-r--r--src/gui/windows/buydialog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/windows/buydialog.cpp b/src/gui/windows/buydialog.cpp
index 1a2cf059b..9bf074ef5 100644
--- a/src/gui/windows/buydialog.cpp
+++ b/src/gui/windows/buydialog.cpp
@@ -50,6 +50,7 @@
#include "net/buysellhandler.h"
#include "net/cashshophandler.h"
#include "net/markethandler.h"
+#include "net/net.h"
#include "net/vendinghandler.h"
#include "net/serverfeatures.h"
#include "net/npchandler.h"
@@ -221,7 +222,7 @@ BuyDialog::BuyDialog(const BeingId npcId,
mMoney(0),
mAmountItems(0),
mMaxItems(0),
- mAdvanced(serverFeatures ? serverFeatures->haveAdvancedBuySell() : false)
+ mAdvanced(Net::getNetworkType() == ServerType::EATHENA)
{
init();
}