mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Setup/TalentCalc
* renamed file generator function to avoid naming conflict with sql generator function
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user