Issue information

Issue ID
#3698
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Oct 30, 2009 13:08
Last Post
Hercules Elf Bot
Mar 5, 2012 14:46
Confirmation
N/A

Hercules Elf Bot - Oct 30, 2009 13:08

Originally posted by [b]hermematon[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=3698

The Wedding Rings have the incorrect setting in item_trade.txt

CODE
// Wedding Related items
2634,123,100    // Bridegroom_Ring
2635,123,100    // Bride_Ring


CODE
//Trading mask values:
//1:Item can't be drop
//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


Should be 127 instead of 123 to allow the parters trade the rings.

Regards.