Cleanup, descfunc 13/14 done, I think. Added more baseItemInfo

This commit is contained in:
color.diff=auto
2021-05-04 19:57:06 -06:00
parent 53c9098f6b
commit f71ab1fc24
6 changed files with 27 additions and 8 deletions

View File

@@ -145,8 +145,8 @@ if ($cmd == "getUniqueItem") {
$props[$k]['desc'] = array_filter(getIscStrings($v['stat']['stat1']));
}
// SELECT * FROM strings WHERE `Key`='ModStr3a' returns always Amazon Skills
//var_dump($return);
// todo: put values in params, so I can get generated string for that prop
$counter = 1;
@@ -172,7 +172,7 @@ if ($cmd == "getUniqueItem") {
}
$counter++;
}
$return['props'] = $props;
$sqlArmor = "SELECT * FROM armor WHERE code='{$res['code']}'";