| | |
| | | WindowCenter.Instance.Open<FairyBossDungeonWin>();
|
| | | }
|
| | | break;
|
| | | case RealmModel.Tower_MapId:
|
| | | if (!WindowCenter.Instance.IsOpen<RealmTowerHintWin>())
|
| | | {
|
| | | WindowCenter.Instance.Open<RealmTowerHintWin>();
|
| | | }
|
| | | break;
|
| | | default:
|
| | | if (GetDungeonHintId(mapId, lineId) != 0)
|
| | | {
|
| | |
| | | case ClientGuardDungeon.DATAMAPID:
|
| | | WindowCenter.Instance.Open<DungeonGuardVictoryWin>();
|
| | | break;
|
| | | case RealmModel.Tower_MapId:
|
| | | WindowCenter.Instance.Open<RealmTowerVictoryWin>();
|
| | | WindowCenter.Instance.Close<RealmTowerHintWin>();
|
| | | break;
|
| | | default:
|
| | | WindowCenter.Instance.Open<DungeonVictoryWin>();
|
| | | break;
|