浏览代码

needs more =

development
mauirixxx 8 年前
父节点
当前提交
eef33671be
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      gw-record.php

+ 3
- 3
gw-record.php 查看文件

@@ -25,11 +25,11 @@ while ($row = $result->fetch_array()){
echo ' a ';

#experimental stuff
if ($whatdropped = "1"){
if ($whatdropped == "1"){
echo 'run weapon code';
} else if ($whatdropped = "2"){
} else if ($whatdropped == "2"){
echo 'run material code';
} else if ($whatdropped = "3"){
} else if ($whatdropped == "3"){
echo 'run rune code';
} else {
echo '<FORM><SELECT NAME="gwdrop" onchange="this.form.submit()">';


正在加载...
取消
保存