diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-07 16:59:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-07 16:59:33 +0300 |
commit | 62c5097904bfc6c6e44e776730ea1d01aaf891c2 (patch) | |
tree | 57216dc3193690c95152405ba50ab222d431a089 /src/enums/dragdropsource.h | |
parent | 8eb2e7d993ad9759da2fbeccea1a924b1b7f64dd (diff) | |
download | plus-62c5097904bfc6c6e44e776730ea1d01aaf891c2.tar.gz plus-62c5097904bfc6c6e44e776730ea1d01aaf891c2.tar.bz2 plus-62c5097904bfc6c6e44e776730ea1d01aaf891c2.tar.xz plus-62c5097904bfc6c6e44e776730ea1d01aaf891c2.zip |
Add partial implimentation for craft inventory. For now almost same with npc inventory.
Diffstat (limited to 'src/enums/dragdropsource.h')
-rw-r--r-- | src/enums/dragdropsource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/enums/dragdropsource.h b/src/enums/dragdropsource.h index 2f61ca686..9a65b9dcb 100644 --- a/src/enums/dragdropsource.h +++ b/src/enums/dragdropsource.h @@ -35,12 +35,12 @@ enumStart(DragDropSource) Ground, Drop, Shortcuts, - Craft, Npc, #ifdef EATHENA_SUPPORT Equipment, Cart, - Mail + Mail, + Craft #else Equipment #endif |