mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
@@ -404,7 +404,7 @@ class Profiler
|
||||
'talentbuild2' => '',
|
||||
'glyphs1' => '',
|
||||
'glyphs2' => '',
|
||||
'activespec' => $char['activespec'],
|
||||
'activespec' => $char['activeTalentGroup'],
|
||||
'guild' => null,
|
||||
'guildRank' => null,
|
||||
'gearscore' => 0,
|
||||
@@ -431,7 +431,7 @@ class Profiler
|
||||
{
|
||||
$_ = DB::Aowow()->selectCol('SELECT spell AS ARRAY_KEY, MAX(IF(spell IN (?a), `rank`, 0)) FROM ?_talents WHERE class = ?d AND tab = ?d GROUP BY id ORDER BY row, col ASC', !empty($t[$i]) ? $t[$i] : [0], $char['class'], $j);
|
||||
$data['talentbuild'.($i + 1)] .= implode('', $_);
|
||||
if ($char['activespec'] == $i)
|
||||
if ($data['activespec'] == $i)
|
||||
$data['talenttree'.($j + 1)] = array_sum($_);
|
||||
}
|
||||
|
||||
|
||||
@@ -584,6 +584,7 @@ class RemoteProfileList extends ProfileList
|
||||
// talent points pre
|
||||
$talentLookup[$r][$g] = [];
|
||||
$talentSpells[] = $curTpl['class'];
|
||||
$curTpl['activespec'] = $curTpl['activeTalentGroup'];
|
||||
|
||||
// equalize distribution
|
||||
if ($limit != CFG_SQL_LIMIT_NONE)
|
||||
|
||||
Reference in New Issue
Block a user