aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/damage.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/damage.rs')
-rw-r--r--src/statistics/damage.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/statistics/damage.rs b/src/statistics/damage.rs
index 0fcbf9b..0c26a9b 100644
--- a/src/statistics/damage.rs
+++ b/src/statistics/damage.rs
@@ -14,7 +14,7 @@ pub struct Meta {
pub source: u64,
pub target: u64,
pub kind: DamageType,
- pub skill: u16,
+ pub skill: u32,
}
/// A small wrapper that wraps a damage number.
@@ -54,7 +54,7 @@ impl DamageLog {
source: u64,
target: u64,
kind: DamageType,
- skill: u16,
+ skill: u32,
value: u64,
) {
self.inner.insert(