Misc fixes

This commit is contained in:
hondacrx
2021-11-15 22:40:38 -05:00
parent a01138b19a
commit 51c292c349
5 changed files with 7 additions and 23 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ namespace Game.Chat
}
else
{
handler.SendSysMessage(CypherStrings.CommandQuestNotfound);
handler.SendSysMessage(CypherStrings.CommandQuestNotfound, entry);
return false;
}
}