hxp
2022-08-23 5fa02b1adbf1900358ab44a915cd9e841dcdf45f
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py
@@ -3848,7 +3848,8 @@
    
    effIndex = GameWorld.ToIntDef((curActionNode.GetAttribute("effIndex")), 0)
    
    curMapItem = ChItem.AddMapDropItem(dropPos.GetPosX(), dropPos.GetPosY(), curItem, effIndex)
    sightLevel = PlayerControl.GetMapRealmDifficulty(curPlayer)
    curMapItem = ChItem.AddMapDropItem(dropPos.GetPosX(), dropPos.GetPosY(), curItem, effIndex, sightLevel=sightLevel)
    curMapItem.SetOwnerType(ChConfig.Def_NPCHurtTypePlayer)
    curMapItem.SetOwnerID(killPlayerID)