Setup/TalentCalc

* renamed file generator function to avoid naming conflict with sql generator function
This commit is contained in:
Sarjuuk
2015-11-19 19:46:50 +01:00
parent e197072409
commit 74f68c8a69
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ class FileGen
'statistics' => [null, ['player_levelstats', 'player_classlevelstats']],
'simpleImg' => [null, null],
'complexImg' => [null, null],
'talents' => [null, null],
'talentCalc' => [null, null],
'pets' => [['spawns', 'creature'], null],
'talentIcons' => [null, null],
'glyphs' => [['items', 'spell'], null],