Переглянути джерело

shoudl be able to record dropped material now

development
mauirixxx 8 роки тому
джерело
коміт
029d0bce28
1 змінених файлів з 5 додано та 1 видалено
  1. +5
    -1
      gw-insert.php

+ 5
- 1
gw-insert.php Переглянути файл

@@ -18,7 +18,11 @@ if ($droptype == 1){
die ('There was an error running the query [' . $con->error . ']');
}
} else if ($droptype == 2){
echo 'drop was a rare material!<BR />';
$matid = mysqli_real_escape_string($con, $_POST['rarematerials']);
$sqlmatin = "INSERT INTO `history` (historydate, charnameid, locationid, goldrec, material) VALUES ('$treasdate', $toonid, $locid, $gold, $matid)";
if (!$result = $con->query($sqlmatins)){
die ('There was an error running the query [' . $con->error . ']');
}
} else if ($droptype == 3){
$runeid = mysqli_real_escape_string($con, $_POST['rune']);
$runerare = mysqli_real_escape_string($con, $_POST['runerarity']);


Завантаження…
Відмінити
Зберегти