Gregory Rudolph 3 years ago
parent
commit
58baf8f1f7
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 1
      Pages/Index.cshtml.cs

1
Pages/Index.cshtml.cs

@ -80,7 +80,6 @@ namespace NightmareCoreWeb2.Pages @@ -80,7 +80,6 @@ namespace NightmareCoreWeb2.Pages
{
ViewData["Title"] = "All Characters";
this.CharacterListType = ViewData["Title"];
this.CharacterListType = "All Characters";
string sql = "select username,name,level,race,class from characters.characters join auth.account on characters.characters.account = auth.account.id";
QuerySQL(sql);

Loading…
Cancel
Save