Fixes to prevent internalized daemons and logs.
This commit is contained in:
parent
40ee26c6ed
commit
bf038f7175
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue