mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
switchmods fixed session vars, saved to db in d2config class. Need to test d2s editor with modifyBit() function. need to fix app.js uniqueitems editor required fields on misc/weapons/armor
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<form action="/index.php" method="post">
|
||||
<form action="/saveD2ModderEditorData.php" method="post">
|
||||
<div class="form-group row">
|
||||
|
||||
<div class="col-2" style="background: #fec;">
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<div class="col-2" style="background: #bbb;">
|
||||
<p>Armor</p>
|
||||
<select class="a-select custom-select code" name="code[]" required="required">
|
||||
<select class="a-select custom-select code" name="code" required="required">
|
||||
<option value=""></option>
|
||||
<?php
|
||||
foreach ($armor as $a)
|
||||
|
Reference in New Issue
Block a user