Setup/RandPropPoints

* refer to correct dbc file to get item level scaling for random enchantments
This commit is contained in:
Sarjuuk
2020-12-29 12:50:03 +01:00
parent 2eaed47ba4
commit c65bd88867
3 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ SqlGen::register(new class extends SetupScript
use TrDBCcopy;
protected $command = 'itemrandomproppoints';
protected $dbcSourceFiles = ['itemrandomproperties'];
protected $dbcSourceFiles = ['randproppoints'];
});
?>