fix some bugs, add a controller to enable mission(may cause problem)

This commit is contained in:
Somebody
2024-04-20 22:26:24 +08:00
parent 13ef9e1871
commit 7bdea29545
178 changed files with 1256 additions and 876 deletions

View File

@@ -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);
}
}