|  |  |  | 
|---|
|  |  |  | import PlayerBossReborn | 
|---|
|  |  |  | import PlayerFairyCeremony | 
|---|
|  |  |  | import PlayerNewFairyCeremony | 
|---|
|  |  |  | import PlayerFeastTravel | 
|---|
|  |  |  | import PlayerActLogin | 
|---|
|  |  |  | import PlayerWeekParty | 
|---|
|  |  |  | import EventShell | 
|---|
|  |  |  | 
|---|
|  |  |  | PlayerNewFairyCeremony.AddFCPartyActionCnt(curPlayer, ChConfig.Def_PPAct_Pray, 1) | 
|---|
|  |  |  | PlayerActLogin.AddLoginAwardActionCnt(curPlayer, ChConfig.Def_LoginAct_Pray, 1) | 
|---|
|  |  |  | PlayerWeekParty.AddWeekPartyActionCnt(curPlayer, ChConfig.Def_WPAct_Pray, 1) | 
|---|
|  |  |  | PlayerFeastTravel.AddFeastTravelTaskValue(curPlayer, ChConfig.Def_FeastTravel_Pray, 1) | 
|---|
|  |  |  | Sync_NotifyDataChange(curPlayer, [buyType]) | 
|---|
|  |  |  | return | 
|---|
|  |  |  |  | 
|---|