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

View File

@@ -28,7 +28,7 @@ if (!CLI)
// this script requires the following dbc-files to be available
$reqDBC = ['talenttab', 'talent', 'spell', 'creaturefamily', 'spellicon'];
function talents()
function talentCalc()
{
$success = true;
$buildTree = function ($class) use (&$petFamIcons, &$tSpells)