mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
@@ -169,7 +169,7 @@ $iconTabIdx = -1;
|
|||||||
foreach ($this->effects as $i => $e):
|
foreach ($this->effects as $i => $e):
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?=Lang::spell('_effect').' #'.($i + 1);?></th>
|
<th><?=Lang::spell('_effect').' #'.$i;?></th>
|
||||||
<td colspan="3" style="line-height: 17px">
|
<td colspan="3" style="line-height: 17px">
|
||||||
<?php
|
<?php
|
||||||
echo ' '.$e['name'];
|
echo ' '.$e['name'];
|
||||||
|
|||||||
Reference in New Issue
Block a user