summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/shared/struct/shr_omnimods.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/struct/shr_omnimods.erl b/src/shared/struct/shr_omnimods.erl index f0ccdc5..7e279e8 100644 --- a/src/shared/struct/shr_omnimods.erl +++ b/src/shared/struct/shr_omnimods.erl @@ -179,7 +179,7 @@ apply_to_statistics (Omnimods, Statistics) -> ( fun shr_statistics:apply_mod/3, Statistics, - Omnimods#omnimods.attmods + Omnimods#omnimods.stamods ). -spec get_attack_damage (float(), type(), type()) -> non_neg_integer(). |