| | |
| | | import ItemCommon
|
| | | import GameWorld
|
| | | import ChConfig
|
| | | import ObjPool
|
| | | import math
|
| | |
|
| | | # 开服冲榜类型对应功能ID
|
| | |
| | | return
|
| | |
|
| | | def SyncOSACelebrationInfo(curPlayer):
|
| | | clientPack = ObjPool.GetPoolMgr().acquire(ChPyNetSendPack.tagSCOSACelebrationInfo)
|
| | | clientPack = ChPyNetSendPack.tagSCOSACelebrationInfo()
|
| | | clientPack.PointTotal = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_OSACelebrationPoint)
|
| | | clientPack.PointAward = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_OSACelebrationAward)
|
| | | NetPackCommon.SendFakePack(curPlayer, clientPack)
|