bola mount fix.

This commit is contained in:
xavier 2013-01-20 02:17:31 +00:00
parent 5718b66fde
commit bb13ac113f
2 changed files with 8 additions and 1 deletions

View file

@ -132,7 +132,7 @@ namespace Server.Items
( ( Mobile )state ).EndAction( typeof( Bola ) );
}
private class BolaTarget : Target
public class BolaTarget : Target
{
private Bola m_Bola;