aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDaniel <kingdread@gmx.de>2018-10-15 14:03:27 +0200
committerDaniel <kingdread@gmx.de>2018-10-15 14:08:04 +0200
commite3dacb69c022107596e0e1483f2be981c8da0dc7 (patch)
treef3314494bfa0ba93576760d871c3ffe1198f7635 /Cargo.lock
parent495e2ae7c1275e8cfa9c73686976fb0026dd41f4 (diff)
downloadraidgrep-e3dacb69c022107596e0e1483f2be981c8da0dc7.tar.gz
raidgrep-e3dacb69c022107596e0e1483f2be981c8da0dc7.tar.bz2
raidgrep-e3dacb69c022107596e0e1483f2be981c8da0dc7.zip
properly use encounter ID to get the name
The previous method was nice because it "just worked" for most of the bosses, but with the introduction of W6 shenanigans (CA being a gadget, and Largos Twins being two bosses), the method was a bit unreliable. Now, the encounter ID that is saved by ArcDPS is used, and a predefined list of encounter names is consulted, which makes this work better for most bosses and allows us to change the name when appropriate (Nightmare Oratuss -> Siax)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d6f5270..fabd3d8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -334,6 +334,7 @@ dependencies = [
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"colored 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"evtclib 0.1.0",
+ "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",