mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Updated content editor so that it may use the new item categories. The categories are loaded from the resource file asynchronously.
This commit is contained in:
@@ -377,18 +377,6 @@
|
||||
<div class="fieldWithLabel">
|
||||
<label for="category" class="label">Category:</label>
|
||||
<select class="field" id="category">
|
||||
<option value="0">Weapon</option>
|
||||
<option value="1">Shield</option>
|
||||
<option value="2">Wearable (head)</option>
|
||||
<option value="3">Wearable (body)</option>
|
||||
<option value="4">Wearable (hand)</option>
|
||||
<option value="5">Wearable (feet)</option>
|
||||
<option value="6">Wearable (neck)</option>
|
||||
<option value="7">Wearable (ring)</option>
|
||||
<option value="20">Potion</option>
|
||||
<option value="21">Food</option>
|
||||
<option value="30">Money</option>
|
||||
<option value="31">Other</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="fieldWithLabel">
|
||||
|
||||
Reference in New Issue
Block a user