mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
Fix Quest Bug
This commit is contained in:
@@ -18,7 +18,7 @@ namespace EggLink.DanhengServer.Server.Packet.Send.Quest
|
||||
proto.QuestList.Add(new Proto.Quest()
|
||||
{
|
||||
Id = (uint)quest.QuestID,
|
||||
Status = QuestStatus.QuestClose
|
||||
Status = QuestStatus.QuestDoing
|
||||
});
|
||||
}
|
||||
SetData(proto);
|
||||
|
||||
Reference in New Issue
Block a user