ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_EquipPlus.py
@@ -35,6 +35,7 @@
import EventShell
import ChPyNetSendPack
import NetPackCommon
import PlayerWeekParty
#-------------------------------------------------------------------------------------------
#===============================================================================
@@ -153,6 +154,7 @@
    ChEquip.NotifyEquipPartPlusLV(curPlayer, packType, index)
    PlayerActivity.AddDailyActionFinishCnt(curPlayer, ShareDefine.DailyActionID_EquipPlus)
    PlayerActLogin.AddLoginAwardActionCnt(curPlayer, ChConfig.Def_LoginAct_EquipPlus, 1)
    PlayerWeekParty.AddWeekPartyActionCnt(curPlayer, ChConfig.Def_WPAct_Plus, 1)
    return
def __EquipMayaPlusChange(curPlayer, packType, curEquip, index, updPlusLV):