ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
@@ -106,6 +106,7 @@
import NetPackCommon
import NPCCommon
import PlayerVip
import GameObj
import math
import random
@@ -838,7 +839,7 @@
    NotifyOneMission(curPlayer, addMission)
    
    #---补满血满魔---
    curPlayer.SetHP(curPlayer.GetMaxHP())
    GameObj.SetHP(curPlayer, GameObj.GetMaxHP(curPlayer))
    curPlayer.SetMP(curPlayer.GetMaxMP())
    
    #---给予玩家新手物品---