Fixes to prevent internalized daemons and logs.

This commit is contained in:
xavier 2010-10-15 07:44:56 +00:00
parent 40ee26c6ed
commit bf038f7175
2 changed files with 3 additions and 3 deletions

View file

@ -105,6 +105,7 @@ namespace Server.Items
else if ( from.Skills.Carpentry.Value < skill &&
from.Skills.Lumberjacking.Value < skill )
{
item.Delete();
from.SendLocalizedMessage( 1072652 ); // You cannot work this strange and unusual wood.
return false;
}