diff --git a/Scripts/Items/Skill Items/Instruments/BaseInstrument.cs b/Scripts/Items/Skill Items/Instruments/BaseInstrument.cs index b854e6e..1d0dd8d 100644 --- a/Scripts/Items/Skill Items/Instruments/BaseInstrument.cs +++ b/Scripts/Items/Skill Items/Instruments/BaseInstrument.cs @@ -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; @@ -571,4 +571,4 @@ namespace Server.Items #endregion } -} \ No newline at end of file +}