localized message fixes.

This commit is contained in:
xavier 2010-12-10 17:07:42 +00:00
parent 36c6ecee6c
commit b61d41cb54

View file

@ -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.
}
}