<?php
$date=date("D");
if($date=="Sun"){
$time=date("H:i");
if($time>"14:01"){
$query="TRUNCATE TABLE `bishopl2_guardrespawn`";
$result = mysql_query($query);
$query="TRUNCATE TABLE `bishopl2_castcrystal`";
$result = mysql_query($query);
}
}
?>