ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_AddMagicWeaponUpExp.py | ●●●●● 补丁 | 查看 | 原始文档 | 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