hxp
2024-05-16 b4d7b98ffa412398224044aa25b85f92118ede8e
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCutTree.py
@@ -26,6 +26,7 @@
import PlayerControl
import IPY_GameWorld
import ItemControler
import PlayerArena
import PlayerTask
import NPCCommon
import ChConfig
@@ -144,7 +145,7 @@
        giveEquipIDList.append(equipItemID)
        
        exItem = GameWorld.GetResultByRandomList(exAwardItemRateList)
        if exItem:
        if exItem and PlayerArena.CheckCanGiveBattleCountItem(curPlayer, exItem[0]):
            giveItemListEx.append([exItem[0], exItem[1], 0])
                    
    if not giveEquipIDList: