Gem Viewer. General cleanup

This commit is contained in:
color.diff=auto
2021-05-15 01:23:25 -06:00
parent 2cb355ab47
commit f4b232049e
1217 changed files with 641 additions and 971 deletions

View File

@@ -32,6 +32,7 @@ class D2ItemData {
}
public function uniqueItems($index, $doc = FALSE) {
// This is where we get props for each item
$sql = "SELECT * FROM uniqueitems WHERE enabled='1' AND `index`=?";