hxp
2019-03-19 038ec15bf9d4d442fddf3d26dab1254e4b86d125
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_ItemCompound.py
@@ -747,7 +747,7 @@
    
    # 返还物品
    for itemID, itemCount, isBind in giveItemList:
        ItemControler.GivePlayerItem(curPlayer, itemID, itemCount, isBind, [IPY_GameWorld.rptItem],
        ItemControler.GivePlayerItem(curPlayer, itemID, itemCount, 0, [IPY_GameWorld.rptItem],
                                     event=["ItemDecompound", True, {"decompoundItemNoteDict":decompoundItemNoteDict}])
        
    GameWorld.Log("拆解物品成功: decompoundItemNoteDict=%s" % str(decompoundItemNoteDict), playerID)