From f2cf016c61d007f83f49dd62532a72803f7325b0 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Fri, 2 Sep 2022 18:56:11 -0400 Subject: [PATCH] Fixes build forgot a file --- Source/Framework/Constants/Language.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/Framework/Constants/Language.cs b/Source/Framework/Constants/Language.cs index 288610168..5f776e0a2 100644 --- a/Source/Framework/Constants/Language.cs +++ b/Source/Framework/Constants/Language.cs @@ -866,7 +866,8 @@ namespace Framework.Constants RbacEmailRequired = 881, // = 882, PinfoChrMapWithArea Account = 883, - // Room For In-Game Strings 884-999 Not Used + QuestObjectiveNotfound = 884, + // Room For In-Game Strings 885-999 Not Used // Level 4 (Cli Only Commands) CommandExit = 1000, @@ -1050,6 +1051,7 @@ namespace Framework.Constants CmdparserSpellNoExist = 1514, CmdparserExactSeqMismatch = 1515, CmdparserCurrencyNoExist = 1516, + CmdparserQuestNoExist = 1517, // 1516-1998 - Free DebugAreatriggerLeft = 1999,