summaryrefslogtreecommitdiff
path: root/src/actions/actions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/actions.cpp')
-rw-r--r--src/actions/actions.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp
index 965702539..f673d43b4 100644
--- a/src/actions/actions.cpp
+++ b/src/actions/actions.cpp
@@ -672,9 +672,11 @@ impHandler(sell)
}
else if (being->getType() == ActorType::Player)
{
+#ifdef EATHENA_SUPPORT
if (serverFeatures->haveVending())
buyingStoreHandler->open(being);
else
+#endif
buySellHandler->requestBuyList(being->getName());
return true;
}