Skip to content

Commit 23a78d7

Browse files
committed
add questobjectivetypes
1 parent f60b7b8 commit 23a78d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

items.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ func DownloadItems(hashJson *ankabuffer.Manifest, bin int, version int, dir stri
8181
{Filename: "Dofus_Data/StreamingAssets/Content/Data/data_assets_skillsdataroot.asset.bundle", FriendlyName: "skills.asset.bundle"},
8282
{Filename: "Dofus_Data/StreamingAssets/Content/Data/data_assets_smileypacksdataroot.asset.bundle", FriendlyName: "smiley_packs.asset.bundle"},
8383
{Filename: "Dofus_Data/StreamingAssets/Content/Data/data_assets_itemsupertypesdataroot.asset.bundle", FriendlyName: "item_super_types.asset.bundle"},
84+
{Filename: "Dofus_Data/StreamingAssets/Content/Data/data_assets_questobjectivetypesdataroot.asset.bundle", FriendlyName: "quest_objective_types.asset.bundle"},
8485
}
8586

8687
err := DownloadUnpackFiles("Items", bin, hashJson, "data", fileNames, dir, outPath, true, indent, headless, false)

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
var (
21-
DodudaVersion = "v0.6.16"
21+
DodudaVersion = "v0.6.17"
2222
DodudaShort = "doduda - Dofus data CLI"
2323
DodudaLong = "CLI for Dofus asset downloading and unpacking."
2424
DodudaVersionHelp = DodudaShort + "\n" + DodudaVersion + "\nhttps://github.com/dofusdude/doduda"

0 commit comments

Comments
 (0)