Redesign install system & New Medal System

Redesign install system & New Medal System

Artefact Holder			[#ARTEFACT]
WW Builder			[#WWBUILDER]
Great Store			[#GREATSTORE]
Wall Master			[#WALLMASTER]
Hero 99+			[#HERO100]
This commit is contained in:
novgorodschi catalin
2026-05-26 10:42:28 +03:00
parent 8c3ab3e5eb
commit fe19587c90
21 changed files with 907 additions and 1389 deletions
+8 -4
View File
@@ -97,10 +97,14 @@ if($deletion){
include("playermedals.tpl");
include ("villages.tpl"); ?>
<div class="player-bottom">
<div><?php include ('punish.tpl'); ?></div>
<div><?php include ('add_village.tpl'); ?></div>
</div>
<div style="display:grid;grid-template-columns:1fr;gap:12px;margin-top:12px;width:100%">
<div>
<?php include "punish.tpl"; ?>
</div>
<div>
<?php include "add_village.tpl"; ?>
</div>
</div>
<?php
$sql = "SELECT * FROM ".TB_PREFIX."banlist WHERE uid = ".(int) $id."";