| | |
| | | Def_ItemID_GoldPaper = 30 # 直接给绑玉/灵石
|
| | | Def_ItemID_SilverPaper = 500 # 直接给金票物品
|
| | | Def_ItemID_GongdePoint = 530 # 直接给功德点
|
| | | Def_ItemID_FamilyFlagWarPoint = 540 # 直接给万界积分
|
| | | # 货币类型对应直接给货币物品ID
|
| | | MoneyItemIDDict = {IPY_GameServer.TYPE_Price_Gold_Money:Def_ItemID_GoldMoney,
|
| | | IPY_GameServer.TYPE_Price_Gold_Paper:Def_ItemID_GoldPaper,
|
| | | IPY_GameServer.TYPE_Price_Silver_Paper:Def_ItemID_SilverPaper,
|
| | | ShareDefine.TYPE_Price_GongdePoint:Def_ItemID_GongdePoint,
|
| | | ShareDefine.TYPE_Price_FamilyFlagWarPoint:Def_ItemID_FamilyFlagWarPoint,
|
| | | }
|
| | |
|