hxp
2019-03-25 217627970593db2f63ddb62d6c3d4c5e787871fe
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChItem.py
@@ -964,11 +964,6 @@
    #物品使用等级检查
    if not ItemControler.CheckItemUseLV(curPlayer, curItem):
        return
    #使用物品检查是否满足属性
    if not ItemControler.CheckItemAttrLimit(curPlayer, curItem):
        PlayerControl.NotifyCode(curPlayer, "itemuse_andyshao_671654")
        return
    
#===============================================================================
#    #检查对象是否正确