xdh
2018-10-22 43a9e6c87a5a4980902e86eb0470d885b1a3fb8f
4282 【主干】【1.1.0】【后端】新增物品效果:获得X法宝X经验
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_AddMagicWeaponUpExp.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_AddMagicWeaponUpExp.py
@@ -30,7 +30,7 @@
        return False
    
    PlayerMagicWeapon.AddMagicWeaponUpExp(curPlayer, mwID, addExp)
    PlayerControl.NotifyCode(curPlayer, 'AddActivityCount_1', [itemTypeID, mwID, addExp])
    PlayerControl.NotifyCode(curPlayer, 'UseItem_1', [itemTypeID, mwID, addExp])
    
    return True, useCnt