Skip to content

Commit ac31556

Browse files
committed
add random drop groups
1 parent bf26a43 commit ac31556

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
@@ -59,6 +59,7 @@ func DownloadItems(hashJson *ankabuffer.Manifest, bin int, version int, dir stri
5959
{Filename: "Dofus_Data/StreamingAssets/Content/Data/data_assets_npcmessagesdataroot.asset.bundle", FriendlyName: "npc_messages.asset.bundle"},
6060
{Filename: "Dofus_Data/StreamingAssets/Content/Data/data_assets_infomessagesdataroot.asset.bundle", FriendlyName: "info_messages.asset.bundle"},
6161
{Filename: "Dofus_Data/StreamingAssets/Content/Data/data_assets_calendareventsdataroot.asset.bundle", FriendlyName: "event_calendar.asset.bundle"},
62+
{Filename: "Dofus_Data/StreamingAssets/Content/Data/data_assets_randomdropgroupsroot.asset.bundle", FriendlyName: "random_drop_groups.asset.bundle"},
6263
}
6364

6465
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.13"
21+
DodudaVersion = "v0.6.14"
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)