hxp
2019-06-21 442b6a0d554d8382060571da060a50f299261109
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_EquipStone.py
@@ -32,8 +32,6 @@
import ShareDefine
import EventShell
# import EquipZhuXian
g_stoneCanPlaceList = []  # 可镶嵌的位置
@@ -132,12 +130,7 @@
def GetPackTypeByEquipPlace(equipPlace):
    ##目前支持镶嵌普通装备、诛仙装备
    #    if equipPlace in ShareDefine.ZhuXianEquipPlace:
    #        equipPackType = ShareDefine.rptZhuXianEquip
    #        stonePackType = ShareDefine.rptZhuXianItem
    #        placeIndex = EquipZhuXian.GetZhuXianEquipIndexByPlace(equipPlace)
    #    else:
    ##目前支持镶嵌普通装备
    equipPackType = IPY_GameWorld.rptEquip
    stonePackType = IPY_GameWorld.rptItem
    placeIndex = equipPlace
@@ -554,8 +547,6 @@
        # 刷新所有属性
        playControl = PlayerControl.PlayerControl(curPlayer)
        playControl.RefreshPlayerAttrState()
    # elif packType == ShareDefine.rptZhuXianEquip:
    #    EquipZhuXian.RefreshZhuXianAttr(curPlayer)
    return