mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
Cleanup, descfunc 13/14 done, I think. Added more baseItemInfo
This commit is contained in:
@@ -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']}'";
|
||||
|
Reference in New Issue
Block a user