fix: update logic show wing and sword.
This commit is contained in:
@@ -1878,7 +1878,6 @@ namespace CSNetwork
|
||||
{
|
||||
int iNumLimit = 250;
|
||||
int iCount = 0;
|
||||
gamedatasend gamedatasend = new gamedatasend();
|
||||
List<int> idlist;
|
||||
while (iCount < iNumID)
|
||||
{
|
||||
@@ -1893,6 +1892,7 @@ namespace CSNetwork
|
||||
idlist.Add(aIDs[iCount + i]);
|
||||
}
|
||||
|
||||
gamedatasend gamedatasend = new gamedatasend();
|
||||
gamedatasend.Data = C2SCommandFactory.CreateGetOtherEquipCmd((ushort)iNumSend, idlist.ToArray());
|
||||
SendProtocol(gamedatasend);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user