hch
2018-08-24 27c4fd0e86e3baf5070b422c87baa7e1b7c8a0df
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_16.py
@@ -180,7 +180,9 @@
    summonNPC.SetBaseMinAtk(int(curNPC.GetMinAtk()*atkper))
    summonNPC.SetBaseMaxAtk(int(curNPC.GetMaxAtk()*atkper))
    summonNPC.SetBaseHit(curNPC.GetHit())
    NPCCommon.SetRealmLV(summonNPC, NPCCommon.GetRealmLV(curNPC))   # 继承境界
    #summonNPC.SetBaseAtkInterval(500)
    summonNPC.SetBaseMissRate(curNPC.GetMiss())