apparently some skills have no icon

add jinja debug helper
restrict char_xml to gm 9
strip quoted from local desc
This commit is contained in:
Aaron Kimbre
2022-02-03 16:37:34 -06:00
parent c6d624e154
commit cf359e2c6b
4 changed files with 14 additions and 4 deletions

View File

@@ -271,6 +271,8 @@ def register_luclient_jinja_helpers(app):
)[0]
if desc in ("", None):
desc = None
if desc:
desc = desc.strip('"')
return desc
@app.template_filter('get_item_set')