
So I have a drop down menu for selecting your class. Each fighter classes and subclasses have a modifier to fatigue, while others don't thats what the values are. So I set up the options so they had a value associated with it. Problem is that if I select Cleric, Mage, Mage/Thief, Thief and then re-open the character sheet has changed back to assassin. If I select a value with -2 then it changes back to the ranger every time. What do I do? <div class="sheet-col-1-4"><select name="attr_class_fatigue"> <option value="0">Assassin</option> <option value="-2">Barbarian</option> <option value="0">Cleric</option> <option value="-2">Fighter</option> <option value="-1">Fighter/Mage</option> <option value="-1">Fighter/Thief</option> <option value="-2">Knight</option> <option value="0">Mage</option> <option value="0">Mage/Thief</option> <option value="-2">Paladin</option> <option value="-2">Ranger</option> <option value="0">Rogue</option> <option value="0">Thief</option> </select><br/>Class</div>