From 8c1f460f0d88656cde6d5905224f64953c1932c3 Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 6 Sep 2009 06:23:46 +0000 Subject: [PATCH] --- Scripts/Spells/Third/Teleport.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Spells/Third/Teleport.cs b/Scripts/Spells/Third/Teleport.cs index 60e1c78c6..c80291e94 100644 --- a/Scripts/Spells/Third/Teleport.cs +++ b/Scripts/Spells/Third/Teleport.cs @@ -100,7 +100,7 @@ namespace Server.Spells.Third foreach ( Item item in eable ) { - if ( item is ParalyzeFieldSpell.InternalItem || item is PoisonFieldSpell.InternalItem || item is FireFieldItem ) + if ( item is Server.Spells.Sixth.ParalyzeFieldSpell.InternalItem || item is Server.Spells.Fifth.PoisonFieldSpell.InternalItem || item is Server.Spells.Fourth.FireFieldSpell.FireFieldItem ) item.OnMoveOver( m ); }