mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-13 23:01:02 +00:00
Restore level 119 for hero
Restore level 119 for hero
This commit is contained in:
@@ -227,7 +227,7 @@ function go_url(url){ location=url; return false; }
|
||||
<div class="body">
|
||||
<?php if($isMax):?>
|
||||
<div style="text-align:center;padding:8px;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;color:#92400e;font-size:12px;margin-bottom:10px;">
|
||||
⚠ Hero is at the maximum level (<?php echo isset($hero_levels) ? max(array_keys($hero_levels)) - 1 : 120; ?>) — no more points can be added.
|
||||
⚠ Hero is at the maximum level (<?php echo isset($hero_levels) ? max(array_keys($hero_levels)) - 1 : 119; ?>) — no more points can be added.
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<table class="stat-table">
|
||||
|
||||
Reference in New Issue
Block a user