| | |
| | | int blank = playerPack.GetReaminGridCount(PackType.rptItem);
|
| | | if (blank < 1)
|
| | | {
|
| | | MessageWin.Inst.ShowFixedTip(Language.Get("BackpackReward_Z"));
|
| | | ServerTipDetails.DisplayNormalTip(Language.Get("BackpackReward_Z"));
|
| | | return;
|
| | | }
|
| | | if (!_AllMissionDict.ContainsKey(_TaskId))
|
| | |
| | | int blank = playerPack.GetReaminGridCount(PackType.rptItem);
|
| | | if (blank < 1)
|
| | | {
|
| | | MessageWin.Inst.ShowFixedTip(Language.Get("BackpackReward_Z"));
|
| | | ServerTipDetails.DisplayNormalTip(Language.Get("BackpackReward_Z"));
|
| | | return;
|
| | | }
|
| | | if (!_AllMissionDict.ContainsKey(_TaskId))
|