crashfix
This commit is contained in:
parent
f77cd9b202
commit
85fbf8ab81
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ namespace Server.Spells.Third
|
|||
if ( m_Owner.CheckSequence() ) {
|
||||
SpellHelper.Turn( from, o );
|
||||
|
||||
Effects.SendLocationParticles( EffectItem.Create( (Point3D)loc, from.Map, EffectItem.DefaultDuration ), 0x376A, 9, 32, 5024 );
|
||||
Effects.SendLocationParticles( EffectItem.Create( new Point3D( loc ), from.Map, EffectItem.DefaultDuration ), 0x376A, 9, 32, 5024 );
|
||||
|
||||
Effects.PlaySound( loc, from.Map, 0x1FF );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue