Creatures and monsters are now reloaded in Admin Panel

This commit is contained in:
slawkens
2020-10-27 07:33:21 +01:00
parent 41e24ca535
commit 9fe419cfe7
3 changed files with 3 additions and 39 deletions

View File

@@ -32,13 +32,6 @@
}
</style>
{% if canEdit %}
<form method="post" action="{{ getLink('spells') }}">
<input type="hidden" name="reload_spells" value="yes"/>
<input type="submit" value="(admin) Reload spells"/>
</form>
{% endif %}
<form action="{{ getLink('spells') }}" method="post">
<table border="0" cellspacing="1" cellpadding="4" width="100%">
<tr bgcolor="{{ config.vdarkborder }}">
@@ -198,4 +191,4 @@
</table>
</section>
</div>
</div>
</div>