mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-20 11:54:21 -05:00
testing changes
This commit is contained in:
@@ -99,7 +99,7 @@ class D2ItemData {
|
||||
|
||||
//each stat now goes into getIscStrings
|
||||
foreach ($props as $k => $v) {
|
||||
$props[$k]['desc'] = array_filter($this->getIscStrings($v['stat']['stat1']));
|
||||
$props[$k]['desc'] = $this->getIscStrings($v['stat']['stat1']);
|
||||
}
|
||||
|
||||
// SELECT * FROM strings WHERE `Key`='ModStr3a' returns always Amazon Skills
|
||||
|
Reference in New Issue
Block a user