Setup/TalentCalc
* renamed file generator function to avoid naming conflict with sql generator function
This commit is contained in:
parent
e197072409
commit
74f68c8a69
2 changed files with 2 additions and 2 deletions
|
|
@ -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],
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue