summaryrefslogtreecommitdiff
path: root/db/re/item_trade.txt
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/item_trade.txt')
-rw-r--r--db/re/item_trade.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/db/re/item_trade.txt b/db/re/item_trade.txt
index 8758ae1cc..cc52d90c3 100644
--- a/db/re/item_trade.txt
+++ b/db/re/item_trade.txt
@@ -2,13 +2,15 @@
//Specify here special rules for item trading.
//Item ID, TradeMask, GM-Level Override
//Trading mask values:
-//1:Item can't be drop
+//1:Item can't be drop (nor mailed/auctioned)
//2:Item can't be traded (nor vended)
//4:Wedded partner can override restriction 2.
//8:Item can't be sold to npcs
//16:Item can't be placed in the cart
//32:Item can't be placed in the storage
//64:Item can't be placed in the guild storage
+//128:Item can't be attached to mail
+//256:Item can't be auctioned
//Example:
//1161,67,50 //Balmung: No drop, No trade, No Guild Store (1+2+64 =67),
//only GMs of GM-level 50 and up can override the setting.