query to bot

This commit is contained in:
Gnieark 2016-05-11 12:23:19 +02:00
parent 66a119689c
commit 22b599d427
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ function get_unique_id(){
fclose($fp);
return $count;
}
function does_arena_exist($string,$arenasArr){
foreach($arenasArr as $arena){
if($string == $arena['id']){