fix build
This commit is contained in:
@@ -818,7 +818,8 @@ namespace Framework.Constants
|
|||||||
AccountSecType = 880,
|
AccountSecType = 880,
|
||||||
RbacEmailRequired = 881,
|
RbacEmailRequired = 881,
|
||||||
// = 882, LANG_PINFO_CHR_MAP_WITH_AREA
|
// = 882, LANG_PINFO_CHR_MAP_WITH_AREA
|
||||||
// Room For In-Game Strings 883-999 Not Used
|
Account = 883,
|
||||||
|
// Room For In-Game Strings 884-999 Not Used
|
||||||
|
|
||||||
// Level 4 (Cli Only Commands)
|
// Level 4 (Cli Only Commands)
|
||||||
CommandExit = 1000,
|
CommandExit = 1000,
|
||||||
|
|||||||
@@ -1623,7 +1623,7 @@ namespace Game.Chat
|
|||||||
result2 = DB.Characters.Query(stmt);
|
result2 = DB.Characters.Query(stmt);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
banType = handler->GetTrinityString(LANG_ACCOUNT);
|
banType = handler.GetCypherString(CypherStrings.Account);
|
||||||
|
|
||||||
if (!result2.IsEmpty())
|
if (!result2.IsEmpty())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user