hxp
2020-01-13 12e548e57be573f0b963eefb1865169e9d7e67cc
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGameEvent.py
@@ -38,7 +38,6 @@
import DataRecordPack
import ChPyNetSendPack
import NetPackCommon
import PyMapTable
import NPCCommon
#---------------------------------------------------------------------
@@ -449,10 +448,10 @@
    
    isBind = hasBind or isBind
    if itemType == 0:
        ItemControler.GivePlayerItem(curPlayer, itemID, itemCnt, isBind,
        ItemControler.GivePlayerItem(curPlayer, itemID, itemCnt, 0,
                                     [IPY_GameWorld.rptItem, IPY_GameWorld.rptAnyWhere])
    elif itemType == 1:
        ItemControler.GivePlayerAppointItem(curPlayer, itemID, isBind)
        ItemControler.GivePlayerAppointItem(curPlayer, itemID, False)
    
    else:
        GameWorld.ErrLog("钓鱼奖励类型不支持itemType=%s" % itemType, curPlayer.GetPlayerID())