hxp
2019-06-17 5c0d309ecb9aebef468660a09700a2b78dee78b8
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTruck.py
@@ -52,7 +52,6 @@
import PlayerBillboard
import PlayerActivity
import PlayerSuccess
import PyMapTable
import ItemCommon
import ItemControler
import QuestCommon
@@ -1326,7 +1325,7 @@
    TruckCreatAwardDict = ReadChConfig.GetEvalChConfig("TruckCreatAward")
    if truckLv in TruckCreatAwardDict:
        for itemID, itemCount, isBind in TruckCreatAwardDict[truckLv]:
            ItemControler.GivePlayerItem(curPlayer, itemID, itemCount, isBind, [IPY_GameWorld.rptItem, IPY_GameWorld.rptAnyWhere], showEff=True)
            ItemControler.GivePlayerItem(curPlayer, itemID, itemCount, 0, [IPY_GameWorld.rptItem, IPY_GameWorld.rptAnyWhere])
            PlayerControl.NotifyCode(curPlayer, "GeRen_liubo_366028", [itemID, itemCount])
            PlayerControl.WorldNotify(0, "GeRen_liubo_161795", [curPlayer.GetPlayerName(), itemID, itemCount])