Refactoring of BNetServer

This commit is contained in:
hondacrx
2020-07-12 00:06:43 -04:00
parent 4164384b72
commit 581d077acd
318 changed files with 2046 additions and 4694 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ namespace Game.Entities
Specializations[2] = new BitSet((int)Class.Max * PlayerConst.MaxSpecializations);
}
public string GetName(LocaleConstant locale = SharedConst.DefaultLocale)
public string GetName(Locale locale = SharedConst.DefaultLocale)
{
return ExtendedData.Display[locale];
}