Skip to content

Commit 68c624d

Browse files
authored
Merge pull request #77 from Josemanki/add-spell-levels
adds spell levels to unity unpack
2 parents 8706446 + f4c8ce9 commit 68c624d

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
@@ -41,6 +41,7 @@ func DownloadItems(hashJson *ankabuffer.Manifest, bin int, version int, dir stri
4141
{Filename: "Dofus_Data/StreamingAssets/Content/Data/data_assets_spellpairsroot.asset.bundle", FriendlyName: "spell_pairs.asset.bundle"},
4242
{Filename: "Dofus_Data/StreamingAssets/Content/Data/data_assets_spellstatesroot.asset.bundle", FriendlyName: "spell_states.asset.bundle"},
4343
{Filename: "Dofus_Data/StreamingAssets/Content/Data/data_assets_spellvariantsroot.asset.bundle", FriendlyName: "spell_variants.asset.bundle"},
44+
{Filename: "Dofus_Data/StreamingAssets/Content/Data/data_assets_spelllevelsroot.asset.bundle", FriendlyName: "spell_levels.asset.bundle"},
4445
}
4546

4647
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.5.9"
21+
DodudaVersion = "v0.5.10"
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)