Closed phylll closed 2 years ago
If endurance or health attributes are not specified in calls to m3mgdModifyEndurance() or m3mgdModifyHealth(), the fallbacks don't work properly. Review the validation algorithm.
m3mgdModifyEndurance()
m3mgdModifyHealth()
m3mgdValidateTokenAttribute() was indeed written illogically. Fixed via c23f26276827b7c3ee964d73deaf4320ee8de5b6
m3mgdValidateTokenAttribute()
If endurance or health attributes are not specified in calls to
m3mgdModifyEndurance()
orm3mgdModifyHealth()
, the fallbacks don't work properly. Review the validation algorithm.