| | |
| | | if (PlayerDatas.Instance.hero != null)
|
| | | {
|
| | | bool IsBossBool = MapArea.IsInMapArea(PlayerDatas.Instance.hero.CurMapArea, MapArea.E_Type.Boss);//是否在Boss区域
|
| | | if (PlayerDatas.Instance.baseData.MapID == 10040 && !IsBossBool && Buffmodel.PkType != 0)
|
| | | {
|
| | | DTCA202_tagMCAttackMode.Send_SwitchAttackMode((E_AttackMode)0);
|
| | | Buffmodel.PkType = 0;
|
| | | }
|
| | | //if (PlayerDatas.Instance.baseData.MapID == 10040 && !IsBossBool && Buffmodel.PkType != 0)
|
| | | //{
|
| | | // DTCA202_tagMCAttackMode.Send_SwitchAttackMode((E_AttackMode)0);
|
| | | // Buffmodel.PkType = 0;
|
| | | //}
|
| | | }
|
| | | }
|
| | |
|