some stupidity fixes, some other stuffs
This commit is contained in:
parent
71e80d5949
commit
235ce238cd
9 changed files with 172 additions and 26 deletions
|
|
@ -20,11 +20,6 @@ namespace Server.Items
|
|||
public override void OnDoubleClick( Mobile from )
|
||||
{
|
||||
Fishing.System.BeginHarvesting( from, this );
|
||||
|
||||
Item item = from.FindItemOnLayer( Layer.OneHanded );
|
||||
|
||||
if( item != null )
|
||||
from.RemoveItem( item );
|
||||
}
|
||||
|
||||
public override void GetContextMenuEntries( Mobile from, List<ContextMenuEntry> list )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue