Fixes edge case bug with Chinese client for outgoing heals, where it only shows the last digit of the heal amount:
This is because the combat message on the chinese client doesn't have words between the target receiving the heal's name and the amount healed, so it included all but the last digits of the amount healed as the name of the target (as shown in the above screenshot). This is fixed by having the target name string regex match only non-digits for the HEALEDSELFOTHER event when using the zhCN client.
Also on the zhCN client aura names were not being displayed for any of the fonts:
The new simhei font option supports simplified chinese characters so names of auras will be shown properly:
Fixes edge case bug with Chinese client for outgoing heals, where it only shows the last digit of the heal amount:
This is because the combat message on the chinese client doesn't have words between the target receiving the heal's name and the amount healed, so it included all but the last digits of the amount healed as the name of the target (as shown in the above screenshot). This is fixed by having the target name string regex match only non-digits for the
HEALEDSELFOTHER
event when using the zhCN client.Also on the zhCN client aura names were not being displayed for any of the fonts:
The new simhei font option supports simplified chinese characters so names of auras will be shown properly: