- also generate static data file 'item-scaling' from dbc-data
- updated some hardcoded item mods to build 12340 (needs to be fetched on setup)
This commit is contained in:
parent
8ca173bb33
commit
e2a0558a0a
9 changed files with 154 additions and 218 deletions
|
|
@ -30,8 +30,8 @@ class SqlGen
|
|||
'itemrandomproppoints' => ['randproppoints', false, null, null],
|
||||
'lock' => ['lock', true, null, null],
|
||||
'mailtemplate' => ['mailtemplate', false, null, null],
|
||||
'scalingstatdistribution' => ['scalingstatdistribution', false, null, null],
|
||||
'scalingstatvalues' => ['scalingstatvalues', false, null, null],
|
||||
'scalingstatdistribution' => ['scalingstatdistribution', true, null, null],
|
||||
'scalingstatvalues' => ['scalingstatvalues', true, null, null],
|
||||
'spellfocusobject' => ['spellfocusobject', false, null, null],
|
||||
'spellrange' => ['spellrange', false, null, null],
|
||||
'spellvariables' => ['spelldescriptionvariables', false, null, null],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue