|
@@ -423,6 +423,10 @@ public class EventSystemManager : Singleton<EventSystemManager>
|
|
{
|
|
{
|
|
EventConfig eventConfig = ConfigComponent.Instance.Get<EventConfig>(eventID);
|
|
EventConfig eventConfig = ConfigComponent.Instance.Get<EventConfig>(eventID);
|
|
AccountFileInfo.EventList eventList = null;
|
|
AccountFileInfo.EventList eventList = null;
|
|
|
|
+ if (eventConfig.ID == 0)
|
|
|
|
+ {
|
|
|
|
+ return null;
|
|
|
|
+ }
|
|
|
|
|
|
|
|
|
|
//主线任务只能刷一次
|
|
//主线任务只能刷一次
|