mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-12 23:56:08 +00:00
enable unlimit hero experience
This commit is contained in:
@@ -20,8 +20,7 @@ include_once("GameEngine/Data/hero_full.php");
|
||||
$hero = $units->Hero($session->uid);
|
||||
|
||||
?>
|
||||
<?php if ($hero_info['experience'] >= 495000) {
|
||||
mysql_query("UPDATE ".TB_PREFIX."hero SET `experience` = 495000 where `uid`='".$session->uid."'");
|
||||
<?php if ($hero_info['experience'] >= 495000) {
|
||||
mysql_query("UPDATE ".TB_PREFIX."hero SET `level` = 100 where `uid`='".$session->uid."'");
|
||||
?>
|
||||
<table id="distribution" cellpadding="1" cellspacing="1">
|
||||
|
||||
Reference in New Issue
Block a user