Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions addons/maps_spawn/themes/default/monster_new/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
<td><?php echo htmlspecialchars($monster->iro_name) ?></td>
<td><?php echo number_format($monster->level) ?></td>
<td><?php echo number_format($monster->hp) ?></td>
<td><?php echo number_format($monster->exp * $server->baseExpRates) ?></td>
<td><?php echo number_format($monster->jexp * $server->jobExpRates) ?></td>
<td><?php echo number_format($monster->exp * $server->expRates['Base'] / 100) ?></td>
<td><?php echo number_format($monster->jexp * $server->expRates['Job'] / 100) ?></td>
<?php if ($monster->dropcard_id): ?>
<td>
<?php if ($auth->actionAllowed('item', 'view')): ?>
Expand All @@ -89,4 +89,4 @@
<?php echo $paginator->getHTML() ?>
<?php else: ?>
<p>No monsters found. <a href="javascript:history.go(-1)">Go back</a>.</p>
<?php endif ?>
<?php endif ?>