mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
fix some bugs, add a controller to enable mission(may cause problem)
This commit is contained in:
@@ -17,9 +17,16 @@ namespace EggLink.DanhengServer.Server.Packet.Send.Tutorial
|
||||
{
|
||||
Id = tutorialId,
|
||||
Status = TutorialStatus.TutorialFinish,
|
||||
}
|
||||
},
|
||||
Reward = new (),
|
||||
};
|
||||
|
||||
rsp.Reward.ItemList_.Add(new Item
|
||||
{
|
||||
ItemId = 1,
|
||||
Num = 1,
|
||||
});
|
||||
|
||||
SetData(rsp);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user