mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-09 11:48:20 +00:00
change the displaed world they are in
This commit is contained in:
parent
78ab5b93bb
commit
7f37343de4
@ -19,7 +19,7 @@
|
||||
<div class="row">
|
||||
<div class="col text-center">
|
||||
{% set parsed_lzid = character_json.obj.char.attr_lzid|parse_lzid %}
|
||||
Zone: {{ parsed_lzid[0]|get_zone_name }}<br>
|
||||
Zone: {{ character_json.obj.char.attr_lwid|get_zone_name }}<br>
|
||||
Zone Instance: {{ parsed_lzid[1] }}<br>
|
||||
Zone Clone: {{ parsed_lzid[2] }}<br>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user