Pages/Spell (#378)

* fixed effect index offset on DetailPage
This commit is contained in:
Sarjuuk
2023-04-07 14:48:28 +02:00
parent 25ddb0ca99
commit 2e82bf84d2

View File

@@ -169,7 +169,7 @@ $iconTabIdx = -1;
foreach ($this->effects as $i => $e):
?>
<tr>
<th><?=Lang::spell('_effect').' #'.($i + 1);?></th>
<th><?=Lang::spell('_effect').' #'.$i;?></th>
<td colspan="3" style="line-height: 17px">
<?php
echo ' '.$e['name'];