can enter 1st story quest

This commit is contained in:
Naruse
2026-04-20 16:18:43 +08:00
parent 8a8b0b9f5d
commit 41d9992efc
5 changed files with 96 additions and 12 deletions

View File

@@ -9,8 +9,8 @@ public class CmdIds
public const int RspReconnect = 4;
public const int ReqRename = 5;
public const int RspRename = 6;
public const int ReqCallGs = 7;
public const int RspCallGs = 8;
public const int ReqCallGS = 7;
public const int RspCallGS = 8;
public const int ReqUseItem = 9;
public const int RspUseItem = 10;
public const int ReqReadMail = 11;