- 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:
Sarjuuk 2015-05-18 00:11:24 +02:00
parent 8ca173bb33
commit e2a0558a0a
9 changed files with 154 additions and 218 deletions

View file

@ -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],