少年修仙传服务端代码子仓库
ClientPack/ClientToMapServer/CB2_NewFunction/CutTreeEquipOP.h
@@ -3,7 +3,8 @@
struct   tagCMCutTreeEquipOP
{
   tagHead      Head;
   BYTE      ItemIndex;   // 物品在砍树背包的索引
   BYTE      IndexCount;
   BYTE      ItemIndexList[IndexCount];   // 物品在砍树背包的索引列表
   BYTE      OPType;      // 操作类型:1-替换;2-分解
   BYTE      AutoDecompose;   // 替换后是否自动分解原装备:0否1是,仅替换操作下有用
};