Removed social "titles" field

This commit is contained in:
Vlyan
2021-05-25 18:58:05 +02:00
parent fcb3f2b58d
commit c82a3324d8
2 changed files with 1 additions and 5 deletions

View File

@@ -26,8 +26,7 @@
"glory": 0, "glory": 0,
"status": 0, "status": 0,
"ninjo": "", "ninjo": "",
"giri": "", "giri": ""
"titles": ""
} }
}, },
"skills": { "skills": {

View File

@@ -7,9 +7,6 @@
<label class="attribute-label">{{localize 'l5r5e.social.giri'}} <label class="attribute-label">{{localize 'l5r5e.social.giri'}}
<textarea type="text" name="data.social.giri">{{data.data.social.giri}}</textarea> <textarea type="text" name="data.social.giri">{{data.data.social.giri}}</textarea>
</label> </label>
<label class="attribute-label">{{localize 'l5r5e.social.titles'}}
<input type="text" name="data.social.titles" value="{{data.data.social.titles}}" />
</label>
</fieldset> </fieldset>
<fieldset> <fieldset>
<legend class="text-block-header"> <legend class="text-block-header">