mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
Header parsed half way in D2S
This commit is contained in:
@@ -131,12 +131,7 @@ class D2ItemData {
|
||||
|
||||
$sql = "SELECT
|
||||
func1,stat1
|
||||
func2,stat2
|
||||
func3,stat3
|
||||
func4,stat4
|
||||
func5,stat5
|
||||
func6,stat6
|
||||
func6,stat7
|
||||
|
||||
FROM properties WHERE code = ?";
|
||||
$props[$key]['stat'] = PDO_FetchRow($sql, [$val['prop' . $counter]]);
|
||||
// if not empty, filter props key stat
|
||||
|
Reference in New Issue
Block a user