fix send back hero

This commit is contained in:
unknown
2012-06-16 12:26:35 +03:00
parent 87c9429c76
commit 4a85b29b8a
+1 -1
View File
@@ -401,7 +401,7 @@ class Units {
for($i=$start;$i<=$end;$i++){
$database->modifyEnforce($post['ckey'],$i,$post['t'.$j.''],0); $j++;
}
$database->modifyEnforce($post['ckey'],'hero',$post['t11'],0); $j++;
//get cord
$from = $database->getVillage($enforce['from']);
$fromcoor = $database->getCoor($enforce['from']);