This commit is contained in:
xavier 2011-08-28 01:23:55 +00:00
parent 73a43ed06a
commit 1a02422299
10 changed files with 368 additions and 292 deletions

View file

@ -26,7 +26,9 @@ namespace Server.Gumps
if ( summon != null )
{
if ( !summon.SetControlMaster( from ) )
from.SendLocalizedMessage( 1049607 ); // You have too many followers to control that creature.
{
summon.Delete();
}
else
{
from.SendLocalizedMessage( 1049666 ); // Your pet has bonded with you!

View file

@ -85,7 +85,7 @@ namespace Server.Gumps
}
else
{
m_Info.Level = level;
m_Info.Level = level;
state.Mobile.SendLocalizedMessage( 1061280 ); // New access level set.
}
}