diff options
Diffstat (limited to 'src/dragdrop.h')
-rw-r--r-- | src/dragdrop.h | 4 |
1 files changed, 2 insertions, 2 deletions
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: |