ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGoldGift.py
@@ -519,7 +519,7 @@
                GameWorld.Log('    试用首充武器 卸下原装备失败!!', curPlayer.GetID())
                return
            
    tryItem = ItemControler.GetOutPutItemObj(tryItemID, 1, 1)
    tryItem = ItemControler.GetOutPutItemObj(tryItemID)
    if ChEquip.DoPlayerEquipItem(curPlayer, tryItem, ItemCommon.GetEquipPackIndex(tryItem), tick):
        PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_FirstGoldTry, 2)
    else: