mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-05 20:34:21 +00:00
Big Cleanup
1) Removed unnecessary files 2) Trailling spaces (no all though) 3) Some space to tab conversion
This commit is contained in:
@@ -17,7 +17,7 @@ $y=(WORLD_MAX-$i);
|
||||
|
||||
for($j=0; $j<$xyas; $j++){
|
||||
$x=((WORLD_MAX*-1)+$j);
|
||||
|
||||
|
||||
//choose a field type
|
||||
if($x == 0 & $y == 0){
|
||||
$typ='3';
|
||||
@@ -104,7 +104,7 @@ $y=(WORLD_MAX-$i);
|
||||
} else {
|
||||
$image="o".$otype."";
|
||||
}
|
||||
|
||||
|
||||
//into database
|
||||
$q = "INSERT into ".TB_PREFIX."wdata values (0,'".$typ."','".$otype."','".$x."','".$y."',0,'".$image."')";
|
||||
$database->query($q);
|
||||
|
||||
Reference in New Issue
Block a user