From 85fbf8ab81d250d0828daacd530134a6c6cdd226 Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 13 Jan 2007 18:06:02 +0000 Subject: [PATCH] crashfix --- Scripts/Spells/Third/Unlock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Spells/Third/Unlock.cs b/Scripts/Spells/Third/Unlock.cs index d64a3f715..790ac62f7 100644 --- a/Scripts/Spells/Third/Unlock.cs +++ b/Scripts/Spells/Third/Unlock.cs @@ -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 );