Add missing push
This commit is contained in:
@@ -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) };
|
||||
|
||||
Reference in New Issue
Block a user