shipwreck item display bug
This commit is contained in:
parent
cbd0af7474
commit
e41632fe95
1 changed files with 2 additions and 1 deletions
|
|
@ -352,7 +352,8 @@ namespace Server.Items
|
|||
{
|
||||
base.OnSingleClick( from );
|
||||
|
||||
LabelTo( from, 1041645 ); //recovered from a shipwreck
|
||||
if ( m_IsShipwreckedItem )
|
||||
LabelTo( from, 1041645 ); //recovered from a shipwreck
|
||||
}
|
||||
|
||||
#region ICraftable Members
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue