This commit is contained in:
parent
73a43ed06a
commit
1a02422299
10 changed files with 368 additions and 292 deletions
|
|
@ -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!
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ namespace Server.Gumps
|
|||
}
|
||||
else
|
||||
{
|
||||
m_Info.Level = level;
|
||||
m_Info.Level = level;
|
||||
state.Mobile.SendLocalizedMessage( 1061280 ); // New access level set.
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue