From 873ff51af79e32800aa5449dcac895e345fbfbfc Mon Sep 17 00:00:00 2001 From: hppeng Date: Thu, 22 Sep 2022 17:35:30 -0700 Subject: [PATCH] HOTFIX: accidentally deleted melee damage raw display postfix --- js/display_constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/display_constants.js b/js/display_constants.js index 4db269a..4866476 100644 --- a/js/display_constants.js +++ b/js/display_constants.js @@ -145,6 +145,7 @@ let idSuffixes = {"displayName": "", "wSdPct":"%", "fSdPct":"%", "aSdPct":"%", + "mdRaw":"", "mdPct":"%", "mr":"/5s", "ms":"/3s",