ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
@@ -4099,8 +4099,9 @@ mailLVAwardDict = IpyGameDataPY.GetFuncEvalCfg("MailLVAward", 1, {}) if curLV not in mailLVAwardDict: return mailTypeKey, mailItemList = mailLVAwardDict[curLV] curPlayer = self.__Player SendMailByKey("LVUpMail", [curPlayer.GetPlayerID()], mailLVAwardDict[curLV], [curLV]) SendMailByKey(mailTypeKey, [curPlayer.GetPlayerID()], mailItemList, [curLV]) return #---------------------------------------------------------------------