Selaa lähdekoodia

ok..... still borked

development
mauirixxx 8 vuotta sitten
vanhempi
commit
260df0f24c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      gw-pull.php

+ 2
- 2
gw-pull.php Näytä tiedosto

@@ -18,10 +18,10 @@ if (mysqli_num_rows($result) > 0) {
echo 'On ' . $row['historydate'] . ', "' . $row['charname'] . '" got ' . $row['goldrec'] . 'GP and ';
if ($row['itemtype'] == 16) { //this would be a rune
echo 'a rune of ' . $row['runetype'];
$runeid = '6';
/*$runeid = '6';
$sqlrune = "SELECT listrunes.`runeid`, listrunes.`runes` FROM listrunes WHERE listrunes.`runeid` = $runeid";
$runeresults = mysqli_query($con, $sqlrune);
echo 'Results of mapping runeid to runes: ' $runeresults;
echo 'Results of mapping runeid to runes: ' $runeresults; */
} else {
if (is_null($row['material'])) {
echo 'a ' . $row['itemrarity'] . ' r' . $row['itemreq'] . ' ' . $row['itemattribute'] . ' ' . $row['itemtype'] . ' named ' . $row['itemname'] . ''; //itemtype changed, need to convert itemtype to something readable


Ladataan…
Peruuta
Tallenna