Add missing push

This commit is contained in:
HungDK
2026-05-27 09:25:53 +07:00
parent e7cecb98f9
commit ea57bbd9df
@@ -3129,6 +3129,12 @@ namespace CSNetwork
SendProtocol(req);
}
public void c2s_CmdNPCSevOpenAccountBox()
{
var req = new gamedatasend { Data = C2SCommandFactory.CreateNPCSevOpenAccountBoxCmd() };
SendProtocol(req);
}
public void c2s_CmdExgTrashBoxItem(byte where, byte index1, byte index2)
{
var req = new gamedatasend { Data = C2SCommandFactory.CreateCmdExgTrashBoxItem(where, index1, index2) };