From 36b5c8347842e5eb5efeb5b151eebd00ccb2a48d Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期一, 29 四月 2019 19:37:40 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Activity/ActivityNotifyBehaviour.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/System/Activity/ActivityNotifyBehaviour.cs b/System/Activity/ActivityNotifyBehaviour.cs
index a55fdf9..0d74fe5 100644
--- a/System/Activity/ActivityNotifyBehaviour.cs
+++ b/System/Activity/ActivityNotifyBehaviour.cs
@@ -155,6 +155,9 @@
case DailyQuestType.HazyRegion:
WindowCenter.Instance.Open<CrossServerWin>(false, 0);
break;
+ case DailyQuestType.RidingPetActivity:
+ WindowCenter.Instance.Open<LootPreciousFrameWin>(false, 1);
+ break;
}
}
else
--
Gitblit v1.8.0