#W# Tweaked instrument delay.
This commit is contained in:
parent
342e4ad940
commit
44b5c66573
1 changed files with 2 additions and 2 deletions
|
|
@ -546,7 +546,7 @@ namespace Server.Items
|
|||
{
|
||||
private Mobile m_From;
|
||||
|
||||
public InternalTimer( Mobile from ) : base( TimeSpan.FromSeconds( 6.0 ) )
|
||||
public InternalTimer( Mobile from ) : base( TimeSpan.FromSeconds( 2.0 ) )
|
||||
{
|
||||
m_From = from;
|
||||
Priority = TimerPriority.TwoFiftyMS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue