Important Questions


Ask Walden a question





  How does the spirit day get picked? Do you pick it by hand or something?


here's the code that makes spirit day

$SetSpiritDay = $PDO->prepare ("UPDATE admin_options SET spirit_day=?, spirit_id=?, spirit_alt=?");
$SetSpiritDay->execute([mt_rand(2, date('t')), $Crons['poke_id'], $Crons['alt_ id']]);

← Back to all questions