fix build

This commit is contained in:
hondacrx
2022-06-10 00:28:06 -04:00
parent 24a8217565
commit ceb7ddbe1f
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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,
+1 -1
View File
@@ -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())
{ {