From 0e7b238a3794a9d2bb8dbf66adfe65bf6f1f4046 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 15 Jan 2016 18:44:29 +0300 Subject: Fix compilation without hercules support. --- src/dragdrop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dragdrop.h') diff --git a/src/dragdrop.h b/src/dragdrop.h index 557e15d81..71656ba2f 100644 --- a/src/dragdrop.h +++ b/src/dragdrop.h @@ -236,12 +236,12 @@ class DragDrop final || mSource == DragDropSource::Storage #ifdef EATHENA_SUPPORT || mSource == DragDropSource::Cart + || mSource == DragDropSource::Craft #endif || mSource == DragDropSource::Trade || mSource == DragDropSource::Outfit || mSource == DragDropSource::Ground - || mSource == DragDropSource::Drop - || mSource == DragDropSource::Craft; + || mSource == DragDropSource::Drop; } private: -- cgit v1.2.3-60-g2f50