cp戒指购买接口修改-修复
(cherry picked from commit 65f1895e4300702a2b4227318f4e2be6dcb5a080)
This commit is contained in:
parent
7d65f43b83
commit
8265016692
@ -365,6 +365,9 @@ public class PropsPurchasingCmdExe {
|
||||
if (propsType == PropsCommodityType.AVATAR_FRAME) {
|
||||
return ImmutableKeyValuePair.of("PURCHASING_AVATAR_FRAME", "Purchase avatar frame");
|
||||
}
|
||||
if (propsType == PropsCommodityType.CP_RING) {
|
||||
return ImmutableKeyValuePair.of("PURCHASING_CP_RING_GIVEAWAY", "Give cp ring");
|
||||
}
|
||||
if (propsType == PropsCommodityType.RIDE) {
|
||||
return ImmutableKeyValuePair.of("PURCHASING_CAR", "Purchase avatar car");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user