localized message fixes.
This commit is contained in:
parent
36c6ecee6c
commit
b61d41cb54
1 changed files with 2 additions and 2 deletions
|
|
@ -2183,7 +2183,7 @@ namespace Server.Mobiles
|
|||
{
|
||||
if (m_NonAutoreinsuredItems > 0)
|
||||
{
|
||||
SendMessage("You do not have the gold to automatically reinsure all your items.");
|
||||
SendLocalizedMessage(1061115);
|
||||
}
|
||||
|
||||
base.OnDeath(c);
|
||||
|
|
@ -4344,7 +4344,7 @@ namespace Server.Mobiles
|
|||
}
|
||||
else
|
||||
{
|
||||
SendMessage( 1049612, pet.Name ); // ~1_NAME~ remained in the stables because you have too many followers.
|
||||
SendLocalizedMessage( 1049612, pet.Name ); // ~1_NAME~ remained in the stables because you have too many followers.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue