hibiyasleep / kagerou

ACT-FF14 OverlayPlugin Skin - Modern, easily configurable, always up-to-date.
Other
334 stars 96 forks source link

fix: Hyphenated skill names not being parsed properly #181

Closed Sundava closed 2 years ago

Sundava commented 2 years ago

The format of the MAXHIT field from ACT ({skillname}-{damage}) caused trouble when the skillname was hyphenated, as the skillname function used n.split('-') to separate skillname and value.

Fixes #178