mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Rename Defense to Mitigation on sim (since that's what it is)
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
<input type="number" name="Offense" ng-model="offense"></input>
|
||||
</div>
|
||||
<div class="input-row">
|
||||
<label>Defense:</label>
|
||||
<input type="number" name="Defense" ng-model="defense"></input>
|
||||
<label>Mitigation:</label>
|
||||
<input type="number" name="mitigation" ng-model="mitigation"></input>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user