ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerLove.py
@@ -796,8 +796,8 @@
    if not ipyData:
        return
    
    addCharmSelf = ipyData.GetAddCharmSelf() * giftCount
    addCharmTag = ipyData.GetAddCharmTag() * giftCount
    addCharmSelf = int(ipyData.GetAddCharmSelf() * giftCount)
    addCharmTag = int(ipyData.GetAddCharmTag() * giftCount)
    addIntimacy = ipyData.GetAddIntimacy() * giftCount
    worldNotifyKey = ipyData.GetWorldNotifyKey()