diff options
Diffstat (limited to 'internal/admin/static/dropeditor.js')
| -rw-r--r-- | internal/admin/static/dropeditor.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/admin/static/dropeditor.js b/internal/admin/static/dropeditor.js index ac1df97..5900930 100644 --- a/internal/admin/static/dropeditor.js +++ b/internal/admin/static/dropeditor.js @@ -7,8 +7,8 @@ var DROP_SECTIONS = [ { id: 'drops', label: 'Drops', always: true, path: 'drops', isArray: true, fields: [ - ['item_id', 'Item ID', 'search', 'e.g. copper_ore', '', null, 'items'], - ['table', 'Table', 'search', 'e.g. gem_table', '', null, 'drops'], + ['item_id', 'Item ID', 'search', 'copper_ore', '', null, 'items'], + ['table', 'Table', 'search', 'gem_table', '', null, 'drops'], ['weight', 'Weight', 'number', '10', 'narrow'], ['quantity', 'Quantity', 'number', '1', 'narrow'], ] |
