use localization.
This commit is contained in:
parent
a1d7083098
commit
25da179730
3 changed files with 4 additions and 4 deletions
|
|
@ -53,7 +53,7 @@ namespace Server.Engines.Quests.Necro
|
|||
}
|
||||
else
|
||||
{
|
||||
player.SendMessage( "You must be young to have this item recharged." );
|
||||
player.SendLocalizedMessage(1114333); //You must be young to have this item recharged.
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
|
|||
|
|
@ -223,7 +223,7 @@ namespace Server.Engines.Quests.Haven
|
|||
}
|
||||
else
|
||||
{
|
||||
player.SendMessage( "You must be young to have this item recharged." );
|
||||
player.SendLocalizedMessage(1114333); //You must be young to have this item recharged.
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue