客户端升级奖励
This commit is contained in:
parent
16c5dbcab6
commit
548681d435
|
@ -114,8 +114,8 @@ func AddMailClientUpgrade(snid int32, items []*webapi.ItemInfo) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
content := i18n.Tr("languages", "UpgradeTitle")
|
title := i18n.Tr("languages", "UpgradeTitle")
|
||||||
title := i18n.Tr("languages", "Upgrade")
|
content := i18n.Tr("languages", "Upgrade")
|
||||||
|
|
||||||
AddMail(&AddMailParam{
|
AddMail(&AddMailParam{
|
||||||
Tp: model.MSGTYPE_ITEM,
|
Tp: model.MSGTYPE_ITEM,
|
||||||
|
@ -123,5 +123,6 @@ func AddMailClientUpgrade(snid int32, items []*webapi.ItemInfo) {
|
||||||
Title: title,
|
Title: title,
|
||||||
Content: content,
|
Content: content,
|
||||||
Items: arr,
|
Items: arr,
|
||||||
|
ShowId: model.HallAll,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue