mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 16:04:38 +01:00
fix Quests not enumerating
This commit is contained in:
@@ -118,6 +118,7 @@ func loadQuestFile(s *Session, questId int) []byte {
|
|||||||
// Find the master quest string pointer
|
// Find the master quest string pointer
|
||||||
questBody.Seek(40, 0)
|
questBody.Seek(40, 0)
|
||||||
fileBytes.Seek(int64(questBody.ReadUint32()), 0)
|
fileBytes.Seek(int64(questBody.ReadUint32()), 0)
|
||||||
|
questBody.Seek(40, 0)
|
||||||
// Overwrite it
|
// Overwrite it
|
||||||
questBody.WriteUint32(320)
|
questBody.WriteUint32(320)
|
||||||
questBody.Seek(0, 2)
|
questBody.Seek(0, 2)
|
||||||
|
|||||||
Reference in New Issue
Block a user