namelist fix, spell typo

This commit is contained in:
mark 2007-01-14 02:38:22 +00:00
parent 603f1bf8fe
commit e4818bfbfa
2 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@ namespace Server.Spells
}
}
contexts.Add( new DelayedDamageContext( target, type, timer );
contexts.Add( new DelayedDamageContext( target, type, timer ) );
}
public void RemoveDelayedDamageContext( Mobile target )