4742 【BT】在跨服购买跨服boss次数后没有生效(同步主干补冲突 新单号 4989 【主干】跨服boss购买次数没有立即同步)
|  |  |  | 
|---|
|  |  |  | import PlayerActCollectWords | 
|---|
|  |  |  | import PlayerNewFairyCeremony | 
|---|
|  |  |  | import GameLogic_CrossGrassland | 
|---|
|  |  |  | import CrossPlayerData | 
|---|
|  |  |  | import PlayerFeastWish | 
|---|
|  |  |  | import PlayerFeastTravel | 
|---|
|  |  |  | import PlayerGoldInvest | 
|---|
|  |  |  | 
|---|
|  |  |  | # 增加购买次数 | 
|---|
|  |  |  | PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_Boss_KillCntBuyCnt%killBossMark, hasBuyCnt + 1) | 
|---|
|  |  |  | BossHurtMng.NotifyAttackBossCnt(curPlayer, killBossMark) | 
|---|
|  |  |  |  | 
|---|
|  |  |  | CrossPlayerData.SendMergePlayerDataNow(curPlayer) | 
|---|
|  |  |  | return | 
|---|
|  |  |  |  | 
|---|
|  |  |  | #// A2 23 NPC秀结束 #tagCMNPCShowEnd | 
|---|