Skip to content

Commit 1053eb9

Browse files
committed
fix persistent criterions
1 parent 0a5ffc0 commit 1053eb9

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/dlclark/regexp2 v1.11.5
1313
github.com/docker/docker v28.4.0+incompatible
1414
github.com/dofusdude/ankabuffer v0.1.0
15-
github.com/dofusdude/dodumap v0.6.8
15+
github.com/dofusdude/dodumap v0.6.9
1616
github.com/spf13/cobra v1.10.1
1717
github.com/spf13/viper v1.21.0
1818
github.com/xhhuango/json v1.19.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ github.com/dofusdude/dodumap v0.6.7 h1:bO6QyxiIsQXr0aO4DMHsdXBL1eV8itJiJ1KEw03gY
5353
github.com/dofusdude/dodumap v0.6.7/go.mod h1:51KG2eMd02UJnXErOubAukVftYuJproDHqJcbIHSzIE=
5454
github.com/dofusdude/dodumap v0.6.8 h1:nj+hIfBYdjnOtOfr1/eZQ5EU9GT2eamWUO47OCPeBxc=
5555
github.com/dofusdude/dodumap v0.6.8/go.mod h1:51KG2eMd02UJnXErOubAukVftYuJproDHqJcbIHSzIE=
56+
github.com/dofusdude/dodumap v0.6.9 h1:KzTtCgLHMIP/UpncD/eEp2YwJdX4MZ5y9Zkig6If+j4=
57+
github.com/dofusdude/dodumap v0.6.9/go.mod h1:51KG2eMd02UJnXErOubAukVftYuJproDHqJcbIHSzIE=
5658
github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=
5759
github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ=
5860
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f h1:Y/CXytFA4m6baUTXGLOoWe4PQhGxaX0KpnayAqC48p4=

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.11"
21+
DodudaVersion = "v0.6.12"
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"

persistent/elements.dofus3.main.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,10 @@
252252
"Offer a choice",
253253
"Size: %",
254254
"Be subscribed",
255-
"Action Points (AP)",
256-
"Movement Points (MP)",
255+
"Action Points",
256+
"Movement Points",
257257
"Attracts by cell (Active)",
258258
"Gives the spell:",
259259
"best-element steal (Active)",
260260
"Advances by cell (Active)"
261-
]
261+
]

0 commit comments

Comments
 (0)