mh4u: use db data, move to subdir

This commit is contained in:
Bryce Allen
2021-03-04 12:53:45 -05:00
parent b4c9023a32
commit 8b785c032c
7 changed files with 228 additions and 101 deletions

View File

@@ -81,6 +81,17 @@
title="<%= parent_name %>">(parent)</a>
<% } %>
</td>
<% if (village_stars) { %>
<td>
Village <%= village_stars %>
</td>
<% } %>
<% if (guild_stars) { %>
<td>
Guild <%= guild_stars %>
</td>
<% } %>
</tr>
</table>
<% if (children.length) { %>