summaryrefslogtreecommitdiff
path: root/src/enums
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-26 03:18:49 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-26 03:18:49 +0300
commite72b6ef50fbfe22d3c856e06db00d55643a4c148 (patch)
tree5d01d23e312dd28408d98c6146518e964f81c23b /src/enums
parentee12ea1f64fe7efcbfdba7e663de1663f3367834 (diff)
downloadplus-e72b6ef50fbfe22d3c856e06db00d55643a4c148.tar.gz
plus-e72b6ef50fbfe22d3c856e06db00d55643a4c148.tar.bz2
plus-e72b6ef50fbfe22d3c856e06db00d55643a4c148.tar.xz
plus-e72b6ef50fbfe22d3c856e06db00d55643a4c148.zip
Add inventory type for mail view window. Not allow drag from/to this inventory.
Diffstat (limited to 'src/enums')
-rw-r--r--src/enums/dragdropsource.h3
-rw-r--r--src/enums/inventorytype.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/enums/dragdropsource.h b/src/enums/dragdropsource.h
index 3a0ca2fe4..98c4cef7e 100644
--- a/src/enums/dragdropsource.h
+++ b/src/enums/dragdropsource.h
@@ -38,7 +38,8 @@ enumStart(DragDropSource)
Npc,
Equipment,
Cart,
- Mail,
+ MailEdit,
+ MailView,
Craft,
ShopBuy,
ShopSell
diff --git a/src/enums/inventorytype.h b/src/enums/inventorytype.h
index 0656e9d72..91d473f78 100644
--- a/src/enums/inventorytype.h
+++ b/src/enums/inventorytype.h
@@ -34,6 +34,7 @@ enumStart(InventoryType)
Cart,
Vending,
MailEdit,
+ MailView,
Craft,
TypeEnd
}