From b96242e1d5a6af71e6f884596f77268743945c63 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 28 Feb 2015 21:12:15 +0300 Subject: Build homunculushandler only if eathena enabled. --- src/gui/popups/popupmenu.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/popups') diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp index 7a4e9ae67..936e490a3 100644 --- a/src/gui/popups/popupmenu.cpp +++ b/src/gui/popups/popupmenu.cpp @@ -1472,6 +1472,7 @@ void PopupMenu::handleLink(const std::string &link, { mercenaryHandler->moveToMaster(); } +#ifdef EATHENA_SUPPORT else if (link == "homunculus to master") { homunculusHandler->moveToMaster(); @@ -1484,6 +1485,7 @@ void PopupMenu::handleLink(const std::string &link, { homunculusHandler->fire(); } +#endif else if (link == "pet feed") { petHandler->feed(); -- cgit v1.2.3-60-g2f50