Fixed quest tracking and who knows what else.
This commit is contained in:
@@ -470,6 +470,7 @@ namespace Game.Misc
|
||||
}
|
||||
}
|
||||
|
||||
packet.Info.QuestID = quest.Id;
|
||||
packet.Info.QuestType = (int)quest.Type;
|
||||
packet.Info.QuestLevel = quest.Level;
|
||||
packet.Info.QuestPackageID = quest.PackageID;
|
||||
|
||||
Reference in New Issue
Block a user