| | |
| | | import PlayerSuccess
|
| | | import IPY_GameWorld
|
| | | import PlayerTongTianLing
|
| | | import PlayerActGarbageSorting
|
| | | import DataRecordPack
|
| | | import PlayerActLogin
|
| | | import PlayerActTask
|
| | |
| | | if isRefreshAttr:
|
| | | RefreshEquipWashAttr(curPlayer, classLV)
|
| | | PlayerActLogin.AddLoginAwardActionCnt(curPlayer, ChConfig.Def_LoginAct_EquipWash, 1)
|
| | | PlayerActGarbageSorting.AddActGarbageTaskProgress(curPlayer, ChConfig.Def_GarbageTask_EquipWash)
|
| | | PlayerTongTianLing.AddTongTianTaskValue(curPlayer, ChConfig.TTLTaskType_Wash, 1)
|
| | | PlayerActTask.AddActTaskValue(curPlayer, ChConfig.ActTaskType_EquipWash)
|
| | | return
|