mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00

* this requires loaded items - go to admin panel and select Items menu, then reload * added items.xml loader class and weapons.xml loader class * load also runes into spells table * (internal) changed spells.vocations database field to store json data instead of comma separated * (internal) renamed existing Items class to Items_Images
5 lines
215 B
Twig
5 lines
215 B
Twig
<form method="post" action="{{ constant('ADMIN_URL') }}?p=items">
|
|
<input type="hidden" name="reload" value="1" />
|
|
<input type="submit" value="Reload items and weapons (it may take some time to finish)" />
|
|
</form>
|