mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-13 13:24:34 +01:00
feat: add valk command
This commit is contained in:
@@ -164,8 +164,6 @@ public class DatabaseHelper
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
return null;
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
@@ -15,9 +15,9 @@ public class PlayerData : BaseDatabaseDataHelper
|
||||
public int Exp { get; set; } = 0;
|
||||
public int HCoin { get; set; } = 0;
|
||||
public int Stamina { get; set; } = 240;
|
||||
public int HeadIcon { get; set; } = 161090;
|
||||
public int HeadIcon { get; set; } = 161001;
|
||||
public int HeadFrame { get; set; } = 200001;
|
||||
public int WarshipId { get; set; } = 400004;
|
||||
public int WarshipId { get; set; } = 0;
|
||||
public int PhonePendantId { get; set; } = 350005;
|
||||
public int AssistantAvatarId { get; set; } = 101;
|
||||
public int BirthDay { get; set; } = 0;
|
||||
|
||||
Reference in New Issue
Block a user